Public Methods | |
RCLog () | |
Construktor. More... | |
synchronized void | Log (String Message) |
this methode write the message to the log file. More... | |
synchronized void | Debug (String Message) |
Public Attributes | |
boolean | activeLog |
Protected Attributes | |
BufferedWriter | Writer |
File | LogFile |
Definition at line 31 of file RCLog.java.
|
Construktor.
Definition at line 40 of file RCLog.java. |
|
Definition at line 79 of file RCLog.java. Referenced by RCWorld::receiveEvent().
|
|
this methode write the message to the log file.
Definition at line 63 of file RCLog.java. Referenced by Debug(), RCLog(), RCWorld::calculatePosition(), RCWorld::receiveEvent(), and RCPlayer::run().
|
|
Definition at line 33 of file RCLog.java. |
|
Definition at line 32 of file RCLog.java. |
|
Definition at line 34 of file RCLog.java. |