# File lib/yard/logging.rb, line 26
    def format_log(sev, time, prog, msg)
      "[#{sev.downcase}]: #{msg}\n"
    end