class Reliable::NullLogger
Public Instance Methods
debug(*)
click to toggle source
# File lib/reliable.rb, line 19 def debug(*); end
error(*)
click to toggle source
# File lib/reliable.rb, line 21 def error(*); end
fatal(*)
click to toggle source
# File lib/reliable.rb, line 23 def fatal(*); end
info(*)
click to toggle source
# File lib/reliable.rb, line 20 def info(*); end
warn(*)
click to toggle source
# File lib/reliable.rb, line 22 def warn(*); end