|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogs.Logger
public class Logger
| Method Summary | |
|---|---|
static Logger |
createNewLogger()
|
void |
writeChatLog(java.lang.String sender,
java.lang.String recipiant,
java.lang.String msg)
This little method just writes logs to the log-file. (appends to the end of the file!) ..this just happens if you set logging enabled! (in the loggerConfig) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Logger createNewLogger()
public void writeChatLog(java.lang.String sender,
java.lang.String recipiant,
java.lang.String msg)
throws java.io.IOException
sender - The sender of the messagerecipiant - The reciever of the messagemsg - The message itself
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||