Sha256: b5cc3550aa1c8da1238b6a99ff745fb3900a7d3df253fb88b4f43420b2475e80

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

require 'logging_library/custom_formatter'
require 'logging_library/logger_factory'
require 'logging_library/logger'
require 'logging_library/mixins/loggable'
require 'logging_library/version'

module LoggingLibrary
  Loggable = Mixins::Loggable

  LOG_LEVELS = Mixlib::Log::LEVELS.keys.freeze
end

# Avoid buffering output when running under e.g. Foreman.
$stdout.sync = true
$stderr.sync = true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logging_library-1.1.2 lib/logging_library.rb