class BigShift::NullLogger
Constants
- INSTANCE
Public Instance Methods
close(*)
click to toggle source
# File lib/bigshift.rb, line 11 def close(*); end
debug(*)
click to toggle source
# File lib/bigshift.rb, line 12 def debug(*); end
debug?()
click to toggle source
# File lib/bigshift.rb, line 13 def debug?; false end
error(*)
click to toggle source
# File lib/bigshift.rb, line 14 def error(*); end
error?()
click to toggle source
# File lib/bigshift.rb, line 15 def error?; false end
fatal(*)
click to toggle source
# File lib/bigshift.rb, line 16 def fatal(*); end
fatal?()
click to toggle source
# File lib/bigshift.rb, line 17 def fatal?; false end
info(*)
click to toggle source
# File lib/bigshift.rb, line 18 def info(*); end
info?()
click to toggle source
# File lib/bigshift.rb, line 19 def info?; false end
unknown(*)
click to toggle source
# File lib/bigshift.rb, line 20 def unknown(*); end
warn(*)
click to toggle source
# File lib/bigshift.rb, line 21 def warn(*); end
warn?()
click to toggle source
# File lib/bigshift.rb, line 22 def warn?; false end