Module: Fluent::Compat::ExecUtil
- Defined in:
- lib/fluent/compat/exec_util.rb
Defined Under Namespace
Classes: Formatter, JSONFormatter, JSONParser, MessagePackFormatter, MessagePackParser, Parser, TSVFormatter, TSVParser, TextParserWrapperParser
Constant Summary collapse
- SUPPORTED_FORMAT =
{ 'tsv' => :tsv, 'json' => :json, 'msgpack' => :msgpack, }