class LogStash::Outputs::Stdout

Public Instance Methods

receive(event) click to toggle source
# File lib/logstash/outputs/stdout.rb, line 11
def receive(event)
  puts event
end
register() click to toggle source
# File lib/logstash/outputs/stdout.rb, line 6
def register
  # nothing to do
end