Class: Shoryuken::Logging::WithoutTimestamp
- Defined in:
- lib/shoryuken/logging.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call(severity, _time, _program_name, message) ⇒ Object
27 28 29 |
# File 'lib/shoryuken/logging.rb', line 27 def call(severity, _time, _program_name, ) "pid=#{Process.pid} tid=#{tid}#{context} #{severity}: #{}\n" end |