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.



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

def initialize(msg)
  @message = msg
end

Instance Method Details

#to_sObject



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

def to_s
  @message
end