#include <InfoLog.h>
Public Member Functions | |
ostream & | error (int errorLevel) |
ostream & | info (int infoLevel) |
InfoLog (string filename) | |
virtual | ~InfoLog (void) |
Static Public Attributes | |
static const int | INFO_INFO = 0 |
Private Attributes | |
ofstream | out |
InfoLog::InfoLog | ( | string | filename | ) |
Definition at line 5 of file InfoLog.cpp.
InfoLog::~InfoLog | ( | void | ) | [virtual] |
Definition at line 11 of file InfoLog.cpp.
ostream & InfoLog::error | ( | int | errorLevel | ) |
Definition at line 21 of file InfoLog.cpp.
ostream & InfoLog::info | ( | int | infoLevel | ) |
Definition at line 17 of file InfoLog.cpp.
const int InfoLog::INFO_INFO = 0 [static] |
ofstream InfoLog::out [private] |