Class: MetricsFormatter
- Inherits:
-
Object
- Object
- MetricsFormatter
- Defined in:
- lib/aho/metrics_formatter.rb
Instance Method Summary collapse
Instance Method Details
#call(_severity, _time, _progname, msg) ⇒ Object
4 5 6 |
# File 'lib/aho/metrics_formatter.rb', line 4 def call(_severity, _time, _progname, msg) "#{msg.to_json}\n" end |