Class: Fluent::Plugin::WindowsEventLog2DummyParser
- Inherits:
-
Parser
- Object
- Parser
- Fluent::Plugin::WindowsEventLog2DummyParser
- Defined in:
- lib/fluent/plugin/in_windows_eventlog2.rb
Instance Method Summary collapse
Instance Method Details
#configure(conf) ⇒ Object
454 455 456 |
# File 'lib/fluent/plugin/in_windows_eventlog2.rb', line 454 def configure(conf) super end |
#parse(text) ⇒ Object
458 459 460 |
# File 'lib/fluent/plugin/in_windows_eventlog2.rb', line 458 def parse(text) raise NotImplementedError, "This is a dummy parser for the default setting and can not be used actually." end |