# File lib/dnstraverse/log.rb, line 49
  def self.method_missing(key, *args, &b)
    @@logger.send(key, *args, &b)
  end