| Class | Description |
|---|---|
| AbstractTraceConcern | |
| ExcludeCompositeFilter | |
| TraceAllConcern |
The TraceAllConcern will call the traceEntry(), traceExit() and traceException() methods in the
Tracer instance associated with the CompositeType that the TraceAllConcern is part of.
|
| TraceConcern |
The TraceConcern will call the traceEntry(), traceExit() and traceException() methods in the
Tracer instance associated with the CompositeType that the TraceConcern is part of.
|
| TraceOnConsoleSideEffect |
The ConsoleViewSideEffect is just a temporary solution for logging output, until a more
robust framework has been designed.
|
| Annotation Type | Description |
|---|---|
| Trace |
The Trace annotation is to indicate which methods should be traced when tracing is enabled.
|