|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bluesock.bluemud.driver.LogManager
The LogManager is responsible for the creation and updating of logs. All log entries should be made through this class.
| Constructor Summary | |
(package private) |
LogManager()
|
| Method Summary | |
(package private) static void |
addEntry(java.lang.String logPath,
java.lang.String entry)
Append the given entry to the given log file. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
LogManager()
| Method Detail |
static void addEntry(java.lang.String logPath,
java.lang.String entry)
logPath: - The full path of the desired log.entry: - The text to be appended to the log file. It will
be prepended with a timestamp and appended with
with a newline.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||