Sha256: 5f856232e7db7ea7b62a99e1d9cc5e17bf83fd58846221958bf717953b513f45

Contents?: true

Size: 254 Bytes

Versions: 341

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

341 entries across 341 versions & 9 rubygems

Version Path
fluentd222-1.16.2-x86_64-linux test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.3-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.3-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.3-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.3 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.2-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.2-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.2-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.2 test/scripts/fluent/plugin/formatter_known.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/fluentd-1.16.1/test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.1-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.1-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.1-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.1 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.0-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.0-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
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