class Lumberjack::Formatter::InspectFormatter

Format an object by calling inspect on it.

def call(obj)

def call(obj)
  obj.inspect
end