Public Member Functions | |
| int | countLog (const std::string &msg) |
| void | log (const std::string &msg) |
Private Attributes | |
| std::vector< std::string > | m_log |
Definition at line 103 of file OutPortPushConnectorTests.cpp.
| int OutPortPushConnector::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 111 of file OutPortPushConnectorTests.cpp.
| void OutPortPushConnector::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 106 of file OutPortPushConnectorTests.cpp.
std::vector<std::string> OutPortPushConnector::Logger::m_log [private] |
Definition at line 122 of file OutPortPushConnectorTests.cpp.