Class: LogStash::Outputs::Stdout
- Inherits:
-
Base
- Object
- Base
- LogStash::Outputs::Stdout
show all
- Defined in:
- lib/logstash/outputs/stdout.rb
Instance Attribute Summary
Attributes inherited from Base
#logger
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#receive(event) ⇒ Object
11
12
13
|
# File 'lib/logstash/outputs/stdout.rb', line 11
def receive(event)
puts event
end
|
#register ⇒ Object
6
7
8
|
# File 'lib/logstash/outputs/stdout.rb', line 6
def register
end
|