Class: Fluent::Compat::MultiOutput
- Inherits:
-
Plugin::BareOutput
- Object
- Plugin::Base
- Plugin::BareOutput
- Fluent::Compat::MultiOutput
- Defined in:
- lib/fluent/compat/output.rb
Constant Summary
Constants included from Fluent::Configurable
Fluent::Configurable::CONFIG_TYPE_REGISTRY
Instance Attribute Summary
Attributes inherited from Plugin::BareOutput
#emit_count, #emit_records, #num_errors
Attributes included from PluginLoggerMixin
Attributes inherited from Plugin::Base
Instance Method Summary collapse
Methods inherited from Plugin::BareOutput
Methods included from PluginHelper::Mixin
Methods included from PluginLoggerMixin
#configure, included, #initialize, #start, #terminate
Methods included from PluginId
#configure, #plugin_id, #plugin_id_configured?, #plugin_id_for_test?
Methods inherited from Plugin::Base
#after_shutdown, #after_shutdown?, #after_start, #after_started?, #before_shutdown, #before_shutdown?, #close, #closed?, #configure, #configured?, #has_router?, #initialize, #inspect, #shutdown, #shutdown?, #start, #started?, #stop, #stopped?, #terminate, #terminated?
Methods included from SystemConfig::Mixin
#system_config, #system_config_override
Methods included from Fluent::Configurable
#config, #configure, included, #initialize, lookup_type, register_type
Constructor Details
This class inherits a constructor from Fluent::Plugin::BareOutput
Instance Method Details
#process(tag, es) ⇒ Object
198 199 200 |
# File 'lib/fluent/compat/output.rb', line 198 def process(tag, es) emit(tag, es, NULL_OUTPUT_CHAIN) end |