Class: Pantry::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/pantry/logger.rb

Overview

Because Celluloid tries to log things on shut-down that throw tons of exceptions if the logger is nil

Instance Method Summary collapse

Instance Method Details

#debug(*args) ⇒ Object



65
66
# File 'lib/pantry/logger.rb', line 65

def debug(*args)
end

#error(*args) ⇒ Object



74
75
# File 'lib/pantry/logger.rb', line 74

def error(*args)
end

#info(*args) ⇒ Object



68
69
# File 'lib/pantry/logger.rb', line 68

def info(*args)
end

#warn(*args) ⇒ Object



71
72
# File 'lib/pantry/logger.rb', line 71

def warn(*args)
end