java.lang.Objectcomputational.LogManager
public abstract class LogManager
| Field Summary | |
|---|---|
protected boolean |
datingEnabled
Tells whether dating is enabled or disabled on this service. |
protected boolean |
loggingEnabled
Tells whether logging is enabled or disabled on this service. |
| Constructor Summary | |
|---|---|
LogManager()
|
|
| Method Summary | |
|---|---|
void |
disableDating()
Disables dating on this LogManager. |
void |
disableLogging()
Disables logging on this LogManager. |
void |
enableDating()
Enables dating on this LogManager. |
void |
enableLogging()
Enables logging on this LogManager. |
abstract void |
log(java.lang.Object msg)
Logs the specified object on the predefined output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean datingEnabled
protected boolean loggingEnabled
| Constructor Detail |
|---|
public LogManager()
| Method Detail |
|---|
public void disableDating()
public void disableLogging()
public void enableDating()
public void enableLogging()
public abstract void log(java.lang.Object msg)
msg - the object to be logged.