Class: Scarpe::Components::PrintLogImpl
- Inherits:
-
Object
- Object
- Scarpe::Components::PrintLogImpl
- Includes:
- Shoes::Log
- Defined in:
- scarpe-components/lib/scarpe/components/print_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
41 42 43 |
# File 'scarpe-components/lib/scarpe/components/print_logger.rb', line 41 def configure_logger(log_config) # For now, ignore end |
#logger_for_component(component) ⇒ Object
37 38 39 |
# File 'scarpe-components/lib/scarpe/components/print_logger.rb', line 37 def logger_for_component(component) PrintLogger.new(component.to_s) end |