Class: Scarpe::Components::PrintLogImpl
- Inherits:
-
Object
- Object
- Scarpe::Components::PrintLogImpl
- Includes:
- Shoes::Log
- Defined in:
- lib/scarpe/components/print_logger.rb
Defined Under Namespace
Classes: PrintLogger
Instance Method Summary collapse
Instance Method Details
#configure_logger(log_config) ⇒ Object
37 38 39 |
# File 'lib/scarpe/components/print_logger.rb', line 37 def configure_logger(log_config) # For now, ignore end |
#logger_for_component(component) ⇒ Object
33 34 35 |
# File 'lib/scarpe/components/print_logger.rb', line 33 def logger_for_component(component) PrintLogger.new(component.to_s) end |