Public Member Functions | |
int | countLog (const std::string &line) |
int | countLog (const std::string &msg) |
void | log (const std::string &msg) |
void | log (const std::string &msg) |
Private Attributes | |
std::vector< std::string > | m_log |
Definition at line 55 of file rtm/tests/Factory/FactoryTests.cpp.
int Tests::Logger::countLog | ( | const std::string & | line | ) | [inline] |
Definition at line 63 of file rtm/tests/Factory/FactoryTests.cpp.
int Tests::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 132 of file ManagerTests.cpp.
void Tests::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 58 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 127 of file ManagerTests.cpp.
std::vector< std::string > Logger::m_log [private] |
Definition at line 74 of file rtm/tests/Factory/FactoryTests.cpp.