Sha256: a1c720135bcb96f3f958f47485365391ce4495d05bfc290184f7d6a144062f54
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 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. $stderr.sync = true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logging_library-1.1.1 | lib/logging_library.rb |