class Outlog::JsonLogger

Public Instance Methods

output(hash) click to toggle source
# File lib/outlog/json_logger.rb, line 3
def output hash
  $stdout.puts hash.to_json
  $stdout.flush
end