1

Resolved

Tracing formatters should expose the inner formatter

description

This is required by OData. A workaround was implemented that also needs to be removed.

comments

HongmeiG wrote Mar 14 at 9:06 PM

We have a more general problem with tracer. We need to introduce a interface to expose the actual instance the tracer is wrapping, not just for formatter.

vijay_rk wrote Apr 11 at 5:17 PM

A new interface is introduced (IDecorator) to access the inner objects wrapped by all the tracers. Issue is resolved.