class Pantry::NullLogger

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

Public Instance Methods

debug(*args) click to toggle source
# File lib/pantry/logger.rb, line 65
def debug(*args)
end
error(*args) click to toggle source
# File lib/pantry/logger.rb, line 74
def error(*args)
end
info(*args) click to toggle source
# File lib/pantry/logger.rb, line 68
def info(*args)
end
warn(*args) click to toggle source
# File lib/pantry/logger.rb, line 71
def warn(*args)
end