Class: Scripto::LogCommands::Formatter
- Inherits:
-
Logger::Formatter
- Object
- Logger::Formatter
- Scripto::LogCommands::Formatter
- Defined in:
- lib/scripto/log_commands.rb
Overview
Simple log formatter with no timestamp.
Instance Method Summary collapse
Instance Method Details
#call(_severity, _time, _progname, msg) ⇒ Object
107 108 109 |
# File 'lib/scripto/log_commands.rb', line 107 def call(_severity, _time, _progname, msg) "#{msg}\n" end |