Class: NFAgent::Log

Inherits:
Object show all
Defined in:
lib/nfagent/log.rb

Class Method Summary collapse

Class Method Details

.log(level, arg) ⇒ Object



10
11
12
# File 'lib/nfagent/log.rb', line 10

def log(level, arg)
 STDOUT.puts "#{Time.now}: (#{level}) #{arg}"
end