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.



42
43
44
# File 'lib/fluent/plugin/in_tail.rb', line 42

def initialize(msg)
  @message = msg
end

Instance Method Details

#to_sObject



46
47
48
# File 'lib/fluent/plugin/in_tail.rb', line 46

def to_s
  @message
end