public static class Logger.EventType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Boolean |
success |
private java.lang.String |
type |
| Constructor and Description |
|---|
EventType(java.lang.String name,
java.lang.Boolean newSuccess) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isSuccess() |
java.lang.String |
toString()
Convert the
EventType to a string. |