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 45 of file PortServiceProxyTests.cpp.
int PortServiceProxy::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 53 of file PortServiceProxyTests.cpp.
void PortServiceProxy::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 48 of file PortServiceProxyTests.cpp.
std::vector<std::string> PortServiceProxy::Logger::m_log [private] |
Definition at line 64 of file PortServiceProxyTests.cpp.