Class: LogStash::Codecs::Base
- Inherits:
-
Object
- Object
- LogStash::Codecs::Base
- Defined in:
- lib/logstash/inputs/file/patch.rb
Instance Method Summary collapse
Instance Method Details
#accept(listener) ⇒ Object
5 6 7 8 9 |
# File 'lib/logstash/inputs/file/patch.rb', line 5 def accept(listener) decode(listener.data) do |event| listener.process_event(event) end end |
#auto_flush ⇒ Object
12 13 |
# File 'lib/logstash/inputs/file/patch.rb', line 12 def auto_flush(*) end |