Class: ConsoleLogger::ReportFormatter

Inherits:
Logger::Formatter
  • Object
show all
Defined in:
lib/buzzcore/logging.rb

Instance Method Summary collapse

Instance Method Details

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



122
123
124
# File 'lib/buzzcore/logging.rb', line 122

def call(severity, time, progname, msg)
 msg2str(msg)+"\n"
end