Class: Vend::NullLogger

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

Instance Method Summary collapse

Instance Method Details

#debug(*_args) ⇒ Object



3
# File 'lib/vend/null_logger.rb', line 3

def debug(*_args); end

#error(*_args) ⇒ Object



9
# File 'lib/vend/null_logger.rb', line 9

def error(*_args); end

#fatal(*_args) ⇒ Object



11
# File 'lib/vend/null_logger.rb', line 11

def fatal(*_args); end

#info(*_args) ⇒ Object



5
# File 'lib/vend/null_logger.rb', line 5

def info(*_args); end

#warn(*_args) ⇒ Object



7
# File 'lib/vend/null_logger.rb', line 7

def warn(*_args); end