Class CancelLogger
java.lang.Object
com.sk89q.worldguard.bukkit.event.debug.CancelLogger
Logs attempts at cancellation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet an immutable list of cancels.void
log
(boolean before, boolean after, StackTraceElement[] stackTrace) Log a call.
-
Constructor Details
-
CancelLogger
public CancelLogger()
-
-
Method Details
-
log
Log a call.- Parameters:
before
- The cancellation flag before the callafter
- The cancellation flag after the callstackTrace
- The stack trace
-
getCancels
Get an immutable list of cancels.- Returns:
- An immutable list
-