# File lib/lumberjack/formatter.rb, line 67
    def call(severity, timestamp, progname, msg)
      "#{format(msg)}\n"
    end