Method: AC::Logger::Instance#format_message

Defined in:
lib/ac/logger.rb

#format_message(severity, ts, progname, msg) ⇒ Object

this is to de-patch the rails formatting patch..



39
40
41
# File 'lib/ac/logger.rb', line 39

def format_message(severity, ts, progname, msg)
  "#{ts.strftime '%Y-%m-%d %H:%M:%S'} #{severity.chars.first} #{msg}\n"
end