#include <log.h>
Public Member Functions | |
CLog () | |
void | setDebugLevel (int debugLevel) |
void | setFilename (std::string filename) |
void | setInputLevel (int inputLevel) |
void | writeLine (std::string line, bool append=true) |
Static Public Member Functions | |
static std::string | generateLogname (std::string path) |
static std::string | getTimeAsStr () |
Public Attributes | |
int | debugLevel |
int | inputLevel |
Private Attributes | |
std::string | filename |
std::string | path |
CLog::CLog | ( | ) |
std::string CLog::generateLogname | ( | std::string | path | ) | [static] |
std::string CLog::getTimeAsStr | ( | ) | [static] |
void CLog::setDebugLevel | ( | int | debugLevel | ) |
void CLog::setFilename | ( | std::string | filename | ) |
void CLog::setInputLevel | ( | int | inputLevel | ) |
void CLog::writeLine | ( | std::string | line, |
bool | append = true |
||
) |
int CLog::debugLevel |
std::string CLog::filename [private] |
int CLog::inputLevel |
std::string CLog::path [private] |