Module: Betterlog

Defined in:
lib/betterlog/global_metadata.rb,
lib/betterlog.rb,
lib/betterlog/log.rb,
lib/betterlog/logger.rb,
lib/betterlog/railtie.rb,
lib/betterlog/version.rb,
lib/betterlog/log/event.rb,
lib/betterlog/notifiers.rb,
lib/betterlog/log/severity.rb,
lib/betterlog/log/event_formatter.rb,
lib/betterlog/log_event_formatter.rb

Overview

To retrieve thread-global metadata that is used to enrich data that is sent to logging and debugging tools. In addition to holding the data thread-global, this will also attempt to update context of error reporting tools etc.

Defined Under Namespace

Modules: Notifiers Classes: GlobalMetadata, Log, LogEventFormatter, Logger, Railtie

Constant Summary collapse

VERSION =

Betterlog version

'0.7.0'
VERSION_ARRAY =

:nodoc:

VERSION.split('.').map(&:to_i)
VERSION_MAJOR =

:nodoc:

VERSION_ARRAY[0]
VERSION_MINOR =

:nodoc:

VERSION_ARRAY[1]
VERSION_BUILD =

:nodoc:

VERSION_ARRAY[2]