|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An AgentLogger logs messages for agents run by ServerManager.
An AgentLogger is typically shared by all running agents, so that all log messages are written to a single log file.
| Method Summary | |
void |
log()
output a newline to the log. |
void |
log(java.lang.String msg)
output a newline-terminated string to the log. |
void |
printStackTrace(java.lang.Throwable e)
Print an exception stack trace to the log. |
| Method Detail |
public void log()
public void log(java.lang.String msg)
msg - the message to log.public void printStackTrace(java.lang.Throwable e)
e - the Throwable to trace to the log.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||