Module: Honeybadger::Logging::Helper Private
- Included in:
- Agent, Backend::Base, Config, EventsWorker, MetricsWorker, Util::HTTP, Worker
- Defined in:
- lib/honeybadger/logging.rb
Overview
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.
Logging helper methods. Requires a Honeybadger::Config @config instance variable to exist and/or #logger to be defined. Each method is defined/block captured in this module rather than delegating to the logger directly to avoid extra object allocation.