class VarietyFormat::JSONFormatter
Public Instance Methods
call(severity, time, progname, msg)
click to toggle source
# File lib/variety_format/json_formatter.rb, line 3 def call(severity, time, progname, msg) msg.to_json + "\n" end