Sha256: 370abaeacc0ca05b5f51d3d932f15d856f0d2ba83fb22d63e565a5702fa6418a

Contents?: true

Size: 1.11 KB

Versions: 300

Compression:

Stored size: 1.11 KB

Contents

#
# Fluentd
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#

require 'fluent/compat/record_filter_mixin'
require 'fluent/compat/handle_tag_name_mixin'
require 'fluent/compat/set_time_key_mixin'
require 'fluent/compat/set_tag_key_mixin'
require 'fluent/compat/type_converter'

require 'fluent/time' # Fluent::TimeFormatter

module Fluent
  RecordFilterMixin = Fluent::Compat::RecordFilterMixin
  HandleTagNameMixin = Fluent::Compat::HandleTagNameMixin
  SetTimeKeyMixin = Fluent::Compat::SetTimeKeyMixin
  SetTagKeyMixin = Fluent::Compat::SetTagKeyMixin
  TypeConverter = Fluent::Compat::TypeConverter
end

Version data entries

300 entries across 300 versions & 8 rubygems

Version Path
fluentd-0.14.11-x86-mingw32 lib/fluent/mixin.rb
fluentd-0.14.11 lib/fluent/mixin.rb
fluentd-0.14.10-x64-mingw32 lib/fluent/mixin.rb
fluentd-0.14.10-x86-mingw32 lib/fluent/mixin.rb
fluentd-0.14.10 lib/fluent/mixin.rb
fluentd-0.14.9 lib/fluent/mixin.rb
fluentd-0.14.8 lib/fluent/mixin.rb
fluentd-0.14.7-x64-mingw32 lib/fluent/mixin.rb
fluentd-0.14.7-x86-mingw32 lib/fluent/mixin.rb
fluentd-0.14.7 lib/fluent/mixin.rb
fluentd-0.14.6 lib/fluent/mixin.rb
fluentd-0.14.5-x64-mingw32 lib/fluent/mixin.rb
fluentd-0.14.5-x86-mingw32 lib/fluent/mixin.rb
fluentd-0.14.5 lib/fluent/mixin.rb
fluentd-0.14.4-x64-mingw32 lib/fluent/mixin.rb
fluentd-0.14.4-x86-mingw32 lib/fluent/mixin.rb
fluentd-0.14.4 lib/fluent/mixin.rb
fluentd-0.14.3 lib/fluent/mixin.rb
fluentd-0.14.2 lib/fluent/mixin.rb
fluentd-0.14.1 lib/fluent/mixin.rb