Sha256: 5f856232e7db7ea7b62a99e1d9cc5e17bf83fd58846221958bf717953b513f45

Contents?: true

Size: 254 Bytes

Versions: 345

Compression:

Stored size: 254 Bytes

Contents

module Fluent
  TextFormatter.register_template('known_old', Proc.new { |tag, time, record|
      "#{tag}:#{time}:#{record.size}"
    })
  Plugin.register_formatter('known', Proc.new { |tag, time, record|
      "#{tag}:#{time}:#{record.size}"
    })
end

Version data entries

345 entries across 345 versions & 9 rubygems

Version Path
fluentd-1.16.0 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.3-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.3-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.3-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.3 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.2-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.2-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.2-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.2 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.1-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.1-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.1-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.1 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.0-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.0-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.0-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.15.0 test/scripts/fluent/plugin/formatter_known.rb
dtomasgu-fluentd-1.14.8.pre.dev test/scripts/fluent/plugin/formatter_known.rb
dtomasgu-fluentd-1.14.7.pre.dev test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.14.6-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb