module Legion::Runner::Log
Public Class Methods
exception(exc, **opts)
click to toggle source
# File lib/legion/runner/log.rb, line 4 def self.exception(exc, **opts) Legion::Logging.error exc.message Legion::Logging.error opts end