Module: Contrast::Logger

Defined in:
lib/contrast/logger/log.rb,
lib/contrast/logger/time.rb,
lib/contrast/logger/format.rb,
lib/contrast/logger/cef_log.rb,
lib/contrast/logger/request.rb,
lib/contrast/logger/application.rb,
lib/contrast/logger/aliased_logging.rb

Overview

Used as a wrapper around our logging. The module option specifically adds in a new method for error that raises the logged exception, used in testing so that we can see if anything unexpected happens without it being swallowed while still providing safe options for customers.

Defined Under Namespace

Modules: AliasedLogging, Application, Request, Time Classes: CEFLog, Format, Log