Method: Fluent::StreamOutput#configure
- Defined in:
- lib/fluent/plugin/out_stream.rb
#configure(conf) ⇒ Object
30 31 32 33 |
# File 'lib/fluent/plugin/out_stream.rb', line 30 def configure(conf) compat_parameters_convert(conf, :buffer) super end |