Class: Logged::Formatter::JSON
- Defined in:
- lib/logged/formatter/json.rb
Overview
JSON formatter for logged
Instance Method Summary collapse
Instance Method Details
#call(data) ⇒ Object
8 9 10 |
# File 'lib/logged/formatter/json.rb', line 8 def call(data) ::JSON.dump(data) end |