Method: Fluent::NoMatchMatch#initialize

Defined in:
lib/fluent/match.rb

#initialize(log) ⇒ NoMatchMatch

Returns a new instance of NoMatchMatch.



152
153
154
155
156
# File 'lib/fluent/match.rb', line 152

def initialize(log)
  @log = log
  @count = 0
  @warn_not_matched = true
end