Module: TestProf::Autopilot::Logging

Included in:
CLI, ReportWriter
Defined in:
lib/test_prof/autopilot/logging.rb

Class Method Summary collapse

Class Method Details

.log(message) ⇒ Object



6
7
8
# File 'lib/test_prof/autopilot/logging.rb', line 6

def log(message)
  Autopilot.config.output.puts(message)
end