ProgrammierMethodik 2002 - RoboCup

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

RCLog Class Reference

Class for writing error, warning or debug messages to the log file (RCTeam.log). More...

List of all members.

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


Detailed Description

Class for writing error, warning or debug messages to the log file (RCTeam.log).

Definition at line 31 of file RCLog.java.


Constructor & Destructor Documentation

RCLog::RCLog ( ) [inline]
 

Construktor.

Definition at line 40 of file RCLog.java.


Member Function Documentation

synchronized void RCLog::Debug ( String Message ) [inline]
 

Definition at line 79 of file RCLog.java.

Referenced by RCWorld::receiveEvent().

synchronized void RCLog::Log ( String Message ) [inline]
 

this methode write the message to the log file.

Parameters:
Message   messageto write

Definition at line 63 of file RCLog.java.

Referenced by Debug(), RCLog(), RCWorld::calculatePosition(), RCWorld::receiveEvent(), and RCPlayer::run().


Member Data Documentation

File RCLog::LogFile [protected]
 

Definition at line 33 of file RCLog.java.

BufferedWriter RCLog::Writer [protected]
 

Definition at line 32 of file RCLog.java.

boolean RCLog::activeLog
 

Definition at line 34 of file RCLog.java.


The documentation for this class was generated from the following file:
(c) Copyright by Gruppe 1 :