public class EventTrace extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventTrace.ExceptionEventTrace |
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
static boolean |
disableEvents |
static boolean |
TRACE_EVENTS |
| Constructor and Description |
|---|
EventTrace() |
EventTrace(String comment) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addEvent(EventTrace event)
Always return true so this method can be used with asserts:
i.e.
|
static boolean |
addEvent(String comment) |
static void |
dumpEvents() |
static void |
dumpEvents(PrintStream out) |
String |
toString() |
public static final boolean TRACE_EVENTS
public static volatile boolean disableEvents
protected String comment
public EventTrace(String comment)
public EventTrace()
public static boolean addEvent(EventTrace event)
public static boolean addEvent(String comment)
public static void dumpEvents()
public static void dumpEvents(PrintStream out)
Copyright © 2024. All rights reserved.