Class: Honeybadger::Logging::FormattedLogger Private

Inherits:
StandardLogger show all
Defined in:
lib/honeybadger/logging.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from StandardLogger

#initialize

Methods inherited from Base

#level

Constructor Details

This class inherits a constructor from Honeybadger::Logging::StandardLogger

Instance Method Details

#add(severity, msg, progname = LOGGER_PROG) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



105
106
107
# File 'lib/honeybadger/logging.rb', line 105

def add(severity, msg, progname=LOGGER_PROG)
  super(severity, format_message(msg), progname)
end