180181182183184185186
/** Used by the {@link org.apache.tapestry.ioc.services.LoggingDecorator} service. */ @Lifecycle("perthread") public static ExceptionTracker buildExceptionTracker() { return new ExceptionTrackerImpl(); }
178179180181182183184