Method: Awestruct::ExceptionHelper.log_message

Defined in:
lib/awestruct/util/exception_helper.rb

.log_message(message) ⇒ Object



8
9
10
# File 'lib/awestruct/util/exception_helper.rb', line 8

def self.log_message message
  $LOG.error message
end