Class: WSDL::Log::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/wsdl/log.rb

Overview

A logger that silently discards all messages.

Used as the default when no logger has been assigned via WSDL.logger=.

Instance Method Summary collapse

Instance Method Details

#debugnil



39
# File 'lib/wsdl/log.rb', line 39

def debug(*); end

#errornil



48
# File 'lib/wsdl/log.rb', line 48

def error(*); end

#fatalnil



51
# File 'lib/wsdl/log.rb', line 51

def fatal(*); end

#infonil



42
# File 'lib/wsdl/log.rb', line 42

def info(*); end

#warnnil



45
# File 'lib/wsdl/log.rb', line 45

def warn(*); end