public class EventManager extends Object
Constructor and Description |
---|
EventManager() |
Modifier and Type | Method and Description |
---|---|
static void |
logEvent(String message,
int number)
Log an event in the eWON events file.
|
static void |
logRTEvent(String message)
Log an event in the eWON events file.
|
public static void logEvent(String message, int number)
message
- A message saved in the events lognumber
- A number for the message (user defined),
the number must be between 0 and 99.
An offset will be added to this number to create the actual event number.public static void logRTEvent(String message)
message
- A message saved in the events log