public class CancelLogger
extends java.lang.Object
| Constructor and Description |
|---|
CancelLogger() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancelAttempt> |
getCancels()
Get an immutable list of cancels.
|
void |
log(boolean before,
boolean after,
java.lang.StackTraceElement[] stackTrace)
Log a call.
|
public void log(boolean before,
boolean after,
java.lang.StackTraceElement[] stackTrace)
before - The cancellation flag before the callafter - The cancellation flag after the callstackTrace - The stack tracepublic java.util.List<CancelAttempt> getCancels()