Class: ProxyFetcher::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/proxy_fetcher/null_logger.rb

Instance Method Summary collapse

Instance Method Details

#debugnil

Returns:

  • (nil)


31
32
33
# File 'lib/proxy_fetcher/null_logger.rb', line 31

def debug(*)
  nil
end

#errornil

Returns:

  • (nil)


16
17
18
# File 'lib/proxy_fetcher/null_logger.rb', line 16

def error(*)
  nil
end

#fatalnil

Returns:

  • (nil)


11
12
13
# File 'lib/proxy_fetcher/null_logger.rb', line 11

def fatal(*)
  nil
end

#infonil

Returns:

  • (nil)


26
27
28
# File 'lib/proxy_fetcher/null_logger.rb', line 26

def info(*)
  nil
end

#unknownnil

Returns:

  • (nil)


6
7
8
# File 'lib/proxy_fetcher/null_logger.rb', line 6

def unknown(*)
  nil
end

#warnnil

Returns:

  • (nil)


21
22
23
# File 'lib/proxy_fetcher/null_logger.rb', line 21

def warn(*)
  nil
end