Method: Fluent::Plugin::TailInput::GroupWatch#initialize
- Defined in:
- lib/fluent/plugin/in_tail/group_watch.rb
#initialize ⇒ Object
53 54 55 56 57 58 |
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 53 def initialize super @group_watchers = {} @group_keys = nil @default_group_key = nil end |