# File lib/lumberjack/formatter.rb, line 60
    def format(message)
      formatter_for(message.class).call(message)
    end