Hi, i have custom tracer class which extends AppenderSkeleton. this maps Camel framework logging events to my custom logging framework events. i expects this class to be called when camelcontext is loaded..
i have added below information to camel context <bean id="camelTracer" class="org.apache.camel.processor.interceptor.Tracer"> <property name="traceExceptions" value="false"/> <property name="traceInterceptors" value="true"/> <property name="logLevel" value="INFO"/> <property name="logName" value="com.test.Logging"/> </bean> i have camel framework running inside Equionix OSGI runtime. when my OSGI bundle comeup, camel OSGi component will load camelcontext and all framework events need to be redirected to custom tracer. is this possible to do it?, what changes i need to do to CamelContext? Regards, Mayur -- View this message in context: http://camel.465427.n5.nabble.com/issue-with-tracer-tp5783406.html Sent from the Camel - Users mailing list archive at Nabble.com.