Class: Honeybadger::Logging::FormattedLogger Private
- Inherits:
-
StandardLogger
- Object
- Base
- StandardLogger
- Honeybadger::Logging::FormattedLogger
- 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
Methods inherited from Base
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, (msg), progname) end |