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 included from PluginLoggerMixin
Attributes inherited from Plugin::Base
Instance Method Summary collapse
Methods inherited from Plugin::BareOutput
#configure, #emit_count, #emit_records, #emit_size, #emit_sync, #initialize, #num_errors, #statistics
Methods included from PluginLoggerMixin
#configure, included, #initialize, #terminate
Methods included from PluginId
#configure, #initialize, #plugin_id, #plugin_id_configured?, #plugin_id_for_test?, #plugin_root_dir, #stop
Methods included from PluginHelper::Mixin
Methods inherited from Plugin::Base
#acquire_worker_lock, #after_shutdown, #after_shutdown?, #after_start, #after_started?, #before_shutdown, #before_shutdown?, #called_in_test?, #close, #closed?, #configure, #configured?, #context_router, #context_router=, #fluentd_worker_id, #get_lock_path, #has_router?, #initialize, #inspect, #multi_workers_ready?, #plugin_root_dir, #reloadable_plugin?, #shutdown, #shutdown?, #start, #started?, #stop, #stopped?, #string_safe_encoding, #terminate, #terminated?
Methods included from SystemConfig::Mixin
#system_config, #system_config_override
Methods included from Fluent::Configurable
#config, #configure, #configure_proxy_generate, #configured_section_create, included, #initialize, lookup_type, register_type
Constructor Details
This class inherits a constructor from Fluent::Plugin::BareOutput
Instance Method Details
#process(tag, es) ⇒ Object
200 201 202 |
# File 'lib/fluent/compat/output.rb', line 200 def process(tag, es) emit(tag, es, NULL_OUTPUT_CHAIN) end |