Module: Forkworker::Logger

Included in:
Leader, Worker
Defined in:
lib/forkworker/logger.rb

Instance Method Summary collapse

Instance Method Details

#debug(logline) ⇒ Object



3
4
5
# File 'lib/forkworker/logger.rb', line 3

def debug(logline)
  puts logline if ENV["DEBUG"] == "1"
end