@AppliesTo(value=ExcludeCompositeFilter.class) public final class TraceAllConcern extends AbstractTraceConcern implements InvocationHandler
The Trace paradigm is all about tracking the entry and exit (both normal and exceptional ones) of methods.
The main difference to the TraceConcern is that this concern is not associated with
the @Trace annotation, and all methods in the interfaces will be traced, unless
the LogService has turned off tracing.
TraceConcerntraceService| Constructor and Description |
|---|
TraceAllConcern(Composite composite) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTrace() |
invokeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeprotected boolean doTrace()
doTrace in class AbstractTraceConcern