# File lib/lumberjack/formatter.rb, line 16 def initialize @class_formatters = {} @default_formatter = InspectFormatter.new add(Object, @default_formatter) add(String, :string) add(Exception, :exception) end