Class: Logger::SimpleFormatter
- Defined in:
- lib/active_support/core_ext/logger.rb
Overview
Simple formatter which only displays the message.
Constant Summary
Constants inherited from Formatter
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary collapse
-
#call(severity, timestamp, progname, msg) ⇒ Object
This method is invoked when a log event occurs.
Methods inherited from Formatter
Constructor Details
This class inherits a constructor from Logger::Formatter