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 OutPortPullConnectorTests.cpp.
| int OutPortPullConnector::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 111 of file OutPortPullConnectorTests.cpp.
| void OutPortPullConnector::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 106 of file OutPortPullConnectorTests.cpp.
std::vector<std::string> OutPortPullConnector::Logger::m_log [private] |
Definition at line 122 of file OutPortPullConnectorTests.cpp.