module MultiDaemons::Log
To add log entries
Public Class Methods
log(msg)
click to toggle source
# File lib/multi_daemons/log.rb, line 7 def log(msg) puts "#{Time.now} #{msg}" end
To add log entries
# File lib/multi_daemons/log.rb, line 7 def log(msg) puts "#{Time.now} #{msg}" end