12 13 14
# File 'lib/watsbot/logger.rb', line 12 def error(path, message) ::Logger.new(make_log_file(path), "daily").error(message) end