Class: Hockey::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/hockeyhelper/networking.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ NullLogger

Returns a new instance of NullLogger.



8
9
# File 'lib/hockeyhelper/networking.rb', line 8

def initialize *args
end

Instance Method Details

#debug(*args) ⇒ Object



10
# File 'lib/hockeyhelper/networking.rb', line 10

def debug(*args); end

#error(*args) ⇒ Object



13
# File 'lib/hockeyhelper/networking.rb', line 13

def error(*args); end

#fatal(*args) ⇒ Object



14
# File 'lib/hockeyhelper/networking.rb', line 14

def fatal(*args); end

#info(*args) ⇒ Object



11
# File 'lib/hockeyhelper/networking.rb', line 11

def info(*args); end

#warn(*args) ⇒ Object



12
# File 'lib/hockeyhelper/networking.rb', line 12

def warn(*args); end