Method: Fluent::Plugin::Output#chunk_for_test
- Defined in:
- lib/fluent/plugin/output.rb
#chunk_for_test(tag, time, record) ⇒ Object
958 959 960 961 962 963 |
# File 'lib/fluent/plugin/output.rb', line 958 def chunk_for_test(tag, time, record) require 'fluent/plugin/buffer/memory_chunk' m = (tag, time, record) Fluent::Plugin::Buffer::MemoryChunk.new(m) end |