4 5 6
# File 'lib/query_owl/notifiers/stdout.rb', line 4 def call(event) $stdout.puts "#{QueryOwl::Logger::PREFIX} #{event.to_json}" end