Class: ThreeScale::Backend::Logging::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/3scale/backend/logging/logger.rb

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



12
13
14
# File 'lib/3scale/backend/logging/logger.rb', line 12

def self.new(*args)
  ::Logger.new(*args)
end