# File lib/yard/logging.rb, line 9
    def initialize(*args)
      super
      self.level = INFO
      self.formatter = method(:format_log)
    end