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

Returns:

  • (nil)


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

def debug(*); end

#errornil

Returns:

  • (nil)


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

def error(*); end

#fatalnil

Returns:

  • (nil)


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

def fatal(*); end

#infonil

Returns:

  • (nil)


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

def info(*); end

#warnnil

Returns:

  • (nil)


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

def warn(*); end