java.lang.Objectcomputational.LogManager
computational.SilentLogManager
public class SilentLogManager
| Field Summary |
|---|
| Fields inherited from class computational.LogManager |
|---|
datingEnabled, loggingEnabled |
| Constructor Summary | |
|---|---|
SilentLogManager()
Constucts a new logging manager which performs no output. |
|
| Method Summary | |
|---|---|
void |
log(java.lang.Object msg)
Logs the specified object on the predefined output stream. |
| 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 SilentLogManager()
| Method Detail |
|---|
public void log(java.lang.Object msg)
LogManager
log in class LogManagermsg - the object to be logged.