Class: Ikaros::SimpleFormatter

Inherits:
Logger::Formatter
  • Object
show all
Defined in:
lib/ikaros/logger.rb

Instance Method Summary collapse

Instance Method Details

#call(severity, timestamp, progname, msg) ⇒ Object



23
24
25
# File 'lib/ikaros/logger.rb', line 23

def call(severity, timestamp, progname, msg)
  "#{String === msg ? msg : msg.inspect}\n"
end