class Dnsruby::TheLog

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