|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IpLogManager
The IpLogManager
defines methods that must be
implemented by log managers, i.e., managers that are able to log
runtime events to for instance files.
Method Summary | |
---|---|
void |
log(java.lang.String message)
Write a message to the log. |
Method Detail |
---|
void log(java.lang.String message) throws java.io.IOException
TT:MM:SS - message
message
- The message to write to the log
java.io.IOException
- If an IO exception occurs while writing
the message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |