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
459 460 461 |
# File 'lib/fluent/plugin/in_windows_eventlog2.rb', line 459 def configure(conf) super end |
#parse(text) ⇒ Object
463 464 465 |
# File 'lib/fluent/plugin/in_windows_eventlog2.rb', line 463 def parse(text) raise NotImplementedError, "This is a dummy parser for the default setting and can not be used actually." end |