class Rackspace::Logger
Public Instance Methods
log(msg)
click to toggle source
# File lib/rackspace/logger.rb, line 3 def log(msg) puts [Time.now.strftime("%Y-%m-%d %H:%M:%S"), msg].join(' ') end
# File lib/rackspace/logger.rb, line 3 def log(msg) puts [Time.now.strftime("%Y-%m-%d %H:%M:%S"), msg].join(' ') end