Module: Maestro::Logging
- Included in:
- Maestro
- Defined in:
- lib/util/logging.rb
Instance Method Summary collapse
Instance Method Details
#log ⇒ Object
10 11 12 |
# File 'lib/util/logging.rb', line 10 def log ::Logging::Logger.new(STDOUT) end |