Class: Lucid::LogFormatter

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

Instance Method Summary collapse

Instance Method Details

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



29
30
31
# File 'lib/lucid.rb', line 29

def call(severity, time, progname, msg)
  "\n[ LUCID (#{severity}) ] #{msg}"
end