# File lib/lumberjack/formatter/string_formatter.rb, line 5
      def call(obj)
        obj.to_s
      end