class Lumberjack::Formatter::StringFormatter

Format an object by calling ‘to_s` on it.

def call(obj)

def call(obj)
  obj.to_s
end