Method: Awestruct::ExceptionHelper.log_backtrace
- Defined in:
- lib/awestruct/util/exception_helper.rb
.log_backtrace(exception) ⇒ Object
17 18 19 |
# File 'lib/awestruct/util/exception_helper.rb', line 17 def self.log_backtrace exception $LOG.error "#{exception.backtrace.join("\n")}" end |