Class: QueryOwl::Notifiers::Stdout

Inherits:
Object
  • Object
show all
Defined in:
lib/query_owl/notifiers/stdout.rb

Instance Method Summary collapse

Instance Method Details

#call(event) ⇒ Object



4
5
6
# File 'lib/query_owl/notifiers/stdout.rb', line 4

def call(event)
  $stdout.puts "#{QueryOwl::Logger::PREFIX} #{event.to_json}"
end