class Lumberjack::Formatter::ObjectFormatter

No-op formatter that just returns the object itself.

def call(obj)

def call(obj)
  obj
end