Class: Columbo::LogWriter::Simple

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

Instance Method Summary collapse

Instance Method Details

#call(severity, time, program_name, message) ⇒ Object

Provide a call() method that returns the formatted message.



19
20
21
# File 'lib/columbo/log_writer.rb', line 19

def call(severity, time, program_name, message)
  "#{message}"
end