Module: Cyrun::Logging
- Included in:
- Runner, TaskRunner
- Defined in:
- lib/cyrun/logger.rb
Instance Method Summary collapse
Instance Method Details
#error(*args) ⇒ Object
20 21 22 |
# File 'lib/cyrun/logger.rb', line 20 def error(*args) Logger.error(*args) end |
#info(*args) ⇒ Object
16 17 18 |
# File 'lib/cyrun/logger.rb', line 16 def info(*args) Logger.info(*args) end |