Class: PierLogging::Formatter::Readable

Inherits:
Base
  • Object
show all
Defined in:
lib/pier_logging/formatter/readable.rb

Instance Method Summary collapse

Methods inherited from Base

#_call, #convert_time, #get_message, #get_message_type, #initialize

Constructor Details

This class inherits a constructor from PierLogging::Formatter::Base

Instance Method Details

#get_log_content(severity, time, message, message_type, data) ⇒ Object



5
6
7
# File 'lib/pier_logging/formatter/readable.rb', line 5

def get_log_content(severity, time, message, message_type, data)
  super.ai
end