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")