public abstract class TraceOnConsoleSideEffect extends SideEffectOf<TraceService> implements TraceService
result| Constructor and Description |
|---|
TraceOnConsoleSideEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
traceException(Class compositeType,
Composite object,
Method method,
Object[] args,
Throwable t,
Instant entryTime,
Duration duration) |
void |
traceSuccess(Class compositeType,
Composite object,
Method method,
Object[] args,
Object result,
Instant entryTime,
Duration duration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittraceLevelpublic void traceSuccess(Class compositeType, Composite object, Method method, Object[] args, Object result, Instant entryTime, Duration duration)
traceSuccess in interface TraceServicepublic void traceException(Class compositeType, Composite object, Method method, Object[] args, Throwable t, Instant entryTime, Duration duration)
traceException in interface TraceService