class Lenjador::NullLogger
Public Instance Methods
debug(*)
click to toggle source
# File lib/lenjador/null_logger.rb, line 5 def debug(*); end
error(*)
click to toggle source
# File lib/lenjador/null_logger.rb, line 11 def error(*); end
fatal(*)
click to toggle source
# File lib/lenjador/null_logger.rb, line 13 def fatal(*); end
info(*)
click to toggle source
# File lib/lenjador/null_logger.rb, line 7 def info(*); end
warn(*)
click to toggle source
# File lib/lenjador/null_logger.rb, line 9 def warn(*); end