class RLogger
Public Instance Methods
error(msg)
click to toggle source
# File lib/rforward/rlogger.rb, line 8 def error msg puts "[ERROR] #{msg}" end
info(msg)
click to toggle source
# File lib/rforward/rlogger.rb, line 4 def info msg puts "[INFO] #{msg}" end
stat()
click to toggle source
# File lib/rforward/rlogger.rb, line 12 def stat puts Stat.instance end