Class: PKGWizard::Logger

Inherits:
SimpleDelegator
  • Object
show all
Includes:
Singleton
Defined in:
lib/pkg-wizard/logger.rb

Instance Method Summary collapse

Constructor Details

#initializeLogger

Returns a new instance of Logger.



10
11
12
13
# File 'lib/pkg-wizard/logger.rb', line 10

def initialize
  @logger = OriginalLogger.new(STDOUT)
  super @logger
end