Public Types | |
enum | LogLevel { SILENT_LEVEL, INFO_LEVEL, ERROR_LEVEL, TRACE_LEVEL, PARANOID_LEVEL } |
Public Member Functions | |
void | clearLog () |
int | countLog (const std::string &msg) |
void | log (const std::string &msg) |
Private Attributes | |
std::vector< std::string > | m_log |
Definition at line 32 of file PeriodicTaskTests.cpp.
enum Logger::LogLevel |
Definition at line 98 of file LoggerTests.cpp.
void Logger::clearLog | ( | ) | [inline] |
Definition at line 50 of file PeriodicTaskTests.cpp.
int Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 40 of file PeriodicTaskTests.cpp.
void Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 35 of file PeriodicTaskTests.cpp.
std::vector<std::string> Logger::m_log [private] |
Definition at line 55 of file PeriodicTaskTests.cpp.