Class: WSDL::Log::NullLogger
- Inherits:
-
Object
- Object
- WSDL::Log::NullLogger
- 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
#debug ⇒ nil
39 |
# File 'lib/wsdl/log.rb', line 39 def debug(*); end |
#error ⇒ nil
48 |
# File 'lib/wsdl/log.rb', line 48 def error(*); end |
#fatal ⇒ nil
51 |
# File 'lib/wsdl/log.rb', line 51 def fatal(*); end |
#info ⇒ nil
42 |
# File 'lib/wsdl/log.rb', line 42 def info(*); end |
#warn ⇒ nil
45 |
# File 'lib/wsdl/log.rb', line 45 def warn(*); end |