#include "Logger.h"
#include <stdio.h>
#include <string>
Include dependency graph for Logger.C:
Go to the source code of this file.
Variables | |
Logger | Log |
File: Logger.C Project: Robocup Soccer Simulation Team: UvA Trilearn 2001 Authors: Jelle Kok and Remco de Boer Created: 3/3/2000 Last Revision: 06/01/2002 Contents: This file contains the definitions for the class to log information about the system to any output stream. A range can be specified for which the received log information is printed. Furthermore it is possible to print the time since the timer of the Logger has been restarted.
Definition in file Logger.C.
|
Logger instantation that can be used by all classes |