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 |
Enumerator | |
---|---|
SILENT_LEVEL | |
INFO_LEVEL | |
ERROR_LEVEL | |
TRACE_LEVEL | |
PARANOID_LEVEL |
Definition at line 98 of file LoggerTests.cpp.
|
inline |
Definition at line 50 of file PeriodicTaskTests.cpp.
|
inline |
Definition at line 40 of file PeriodicTaskTests.cpp.
|
inline |
Definition at line 35 of file PeriodicTaskTests.cpp.
|
private |
Definition at line 55 of file PeriodicTaskTests.cpp.