class Hockey::NullLogger
Public Class Methods
new(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 8 def initialize *args end
Public Instance Methods
debug(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 10 def debug(*args); end
error(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 13 def error(*args); end
fatal(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 14 def fatal(*args); end
info(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 11 def info(*args); end
warn(*args)
click to toggle source
# File lib/hockeyhelper/networking.rb, line 12 def warn(*args); end