Class Dnsruby::TheLog
In: lib/Dnsruby/TheLog.rb
Parent: Object

This class exists for backwards compatibility.

It‘s Logger (which defaults to STDOUT, level FATAL) can be configured, or a new Logger can be supplied.

 Dnsruby::TheLog.level=Logger::DEBUG
 Dnsruby::TheLog.debug("Debug message")

Methods

level   level=   set_logger  

Public Instance methods

Change the Logger level.

Set a new Logger for use by Dnsruby

[Validate]