Class: Niente::LogImpl

Inherits:
Object
  • Object
show all
Includes:
Shoes::Log
Defined in:
lacci/lib/scarpe/niente/logger.rb

Defined Under Namespace

Classes: PrintLogger

Constant Summary

Constants included from Shoes::Log

Shoes::Log::DEFAULT_COMPONENT, Shoes::Log::DEFAULT_DEBUG_LOG_CONFIG, Shoes::Log::DEFAULT_LOG_CONFIG

Instance Method Summary collapse

Methods included from Shoes::Log

configure_logger, #log_init, logger

Instance Method Details

#configure_logger(log_config) ⇒ Object



25
26
# File 'lacci/lib/scarpe/niente/logger.rb', line 25

def configure_logger(log_config)
end

#logger_for_component(component) ⇒ Object



21
22
23
# File 'lacci/lib/scarpe/niente/logger.rb', line 21

def logger_for_component(component)
  PrintLogger.new(component.to_s)
end