Method: Aggkit::Watcher#error

Defined in:
lib/aggkit/watcher.rb

#error(msg) ⇒ Object



52
53
54
# File 'lib/aggkit/watcher.rb', line 52

def error(msg)
  @iolock.synchronize{ STDERR.puts("[watcher][#{Time.now.strftime('%H:%M:%S.%L')}]: Error: #{msg}") }
end