Class: HTTP::Cache::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/http/cache.rb

Overview

NoOp logger.

Instance Method Summary collapse

Instance Method Details

#debug(_msg = nil) ⇒ Object



11
12
# File 'lib/http/cache.rb', line 11

def debug(_msg = nil)
end

#error(_msg = nil) ⇒ Object



8
9
# File 'lib/http/cache.rb', line 8

def error(_msg = nil)
end

#info(_msg = nil) ⇒ Object



14
15
# File 'lib/http/cache.rb', line 14

def info(_msg = nil)
end

#warn(_msg = nil) ⇒ Object



17
18
# File 'lib/http/cache.rb', line 17

def warn(_msg = nil)
end