Module: Legion::Runner::Log

Defined in:
lib/legion/runner/log.rb

Class Method Summary collapse

Class Method Details

.exception(exc, **opts) ⇒ Object



4
5
6
7
# File 'lib/legion/runner/log.rb', line 4

def self.exception(exc, **opts)
  Legion::Logging.error exc.message
  Legion::Logging.error opts
end