# File 'lib/fluent/format/cli.rb', line 25defcheckconfig=@options[:config]Fluent::Format.check(config,@options)rescue=>e$stderr.puts"#{e.class}#{e.message}#{e.backtrace.first}"exit1end
#format ⇒ Object
10
11
12
13
14
15
16
# File 'lib/fluent/format/cli.rb', line 10defformatconfig=@options[:config]taputsFluent::Format.format(config)rescue=>e$stderr.puts"#{e.class}#{e.message}#{e.backtrace.first}"exit1end