Module: Honeybadger::Breadcrumbs::LogHelper Private

Included in:
BroadcastLogWrapper, LogWrapper
Defined in:
lib/honeybadger/breadcrumbs/logging.rb

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

Constant Summary collapse

LOG_SEVERITY_LABELS =

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

{
  ::Logger::DEBUG => "DEBUG",
  ::Logger::INFO => "INFO",
  ::Logger::WARN => "WARN",
  ::Logger::ERROR => "ERROR",
  ::Logger::FATAL => "FATAL",
  ::Logger::UNKNOWN => "ANY"
}.freeze