Module: MultiDaemons::Log

Defined in:
lib/multi_daemons/log.rb

Overview

To add log entries

Class Method Summary collapse

Class Method Details

.log(msg) ⇒ Object



7
8
9
# File 'lib/multi_daemons/log.rb', line 7

def log(msg)
  puts "#{Time.now} #{msg}"
end