Class: AnyCache::Logging::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/any_cache/logging/logger.rb

Overview

Since:

  • 0.3.0

Instance Method Summary collapse

Constructor Details

#initializeLogger

Returns a new instance of Logger.

Since:

  • 0.3.0



8
9
10
11
# File 'lib/any_cache/logging/logger.rb', line 8

def initialize(*, **)
  super
  self.level = ::Logger::INFO # TODO: use configuration from the adapter instance
end