java.lang.Objectcomputational.LogManager
computational.EventLogManager
public class EventLogManager
| Field Summary |
|---|
| Fields inherited from class computational.LogManager |
|---|
datingEnabled, loggingEnabled |
| Constructor Summary | |
|---|---|
EventLogManager()
Constucts a new logging manager which logs events on an internal buffer. |
|
| Method Summary | |
|---|---|
java.util.List |
getEvents()
|
void |
log(java.lang.Object msg)
Logs the given event on the internal events buffer. |
| Methods inherited from class computational.LogManager |
|---|
disableDating, disableLogging, enableDating, enableLogging |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventLogManager()
| Method Detail |
|---|
public java.util.List getEvents()
public void log(java.lang.Object msg)
log in class LogManagermsg - the event to be logged.