class ProxyFetcher::NullLogger

Public Instance Methods

debug(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 31
def debug(*)
  nil
end
error(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 16
def error(*)
  nil
end
fatal(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 11
def fatal(*)
  nil
end
info(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 26
def info(*)
  nil
end
unknown(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 6
def unknown(*)
  nil
end
warn(*) click to toggle source

@return [nil]

# File lib/proxy_fetcher/null_logger.rb, line 21
def warn(*)
  nil
end