Get the log for Dnsruby Use this to set the log level e.g. Dnsruby.log.level = Logger::INFO
[Source]
# File lib/dnsruby.rb, line 117 117: def Dnsruby.log 118: @@logger 119: end
# File lib/dnsruby.rb, line 108 108: def Dnsruby.version 109: return VERSION 110: end
[Validate]