Class: LogStashLogger::Formatter::Cee
- Defined in:
- lib/logstash-logger/formatter/cee.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from TaggedLogging::Formatter
#clear_tags!, #current_tags, #pop_tags, #push_tags, #tagged
Instance Method Details
#call(severity, time, progname, message) ⇒ Object
4 5 6 7 |
# File 'lib/logstash-logger/formatter/cee.rb', line 4 def call(severity, time, progname, ) super "@cee:#{@event.to_json}" end |