Class: Wurk::Logger::Formatters::WithoutTimestamp
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call(severity, _time, _program_name, message) ⇒ Object
49 50 51 |
# File 'lib/wurk/logger.rb', line 49 def call(severity, _time, _program_name, ) "#{SEVERITY_COLORS[severity]} pid=#{::Process.pid} tid=#{tid}#{format_context}: #{}\n" end |