Exception: Fluent::Plugin::TailInput::WatcherSetupError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fluent/plugin/in_tail.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ WatcherSetupError

Returns a new instance of WatcherSetupError.



44
45
46
# File 'lib/fluent/plugin/in_tail.rb', line 44

def initialize(msg)
  @message = msg
end

Instance Method Details

#to_sObject



48
49
50
# File 'lib/fluent/plugin/in_tail.rb', line 48

def to_s
  @message
end