Searched refs:StringFormat (Results 1 – 3 of 3) sorted by relevance
121 m_oLog(StringFormat("[TCPClient][Error] getaddrinfo failed : %d", iResult)); in Connect()140 m_oLog(StringFormat("[TCPClient][Error] socket failed : %d", WSAGetLastError())); in Connect()215 … m_oLog(StringFormat("[TCPClient][Error] Unable to connect to server : %d", WSAGetLastError())); in Connect()228 … m_oLog(StringFormat("[TCPClient][Error] getaddrinfo failed : %s", gai_strerror(iAddrInfoRet))); in Connect()399 m_oLog(StringFormat("[TCPClient][Error] shutdown failed : %d", WSAGetLastError())); in Disconnect()
31 …std::cerr << ASocket::StringFormat("[TCPClient][Error] WSAStartup failed : %d", iWinSockInitResult… in SocketGlobalInitializer()78 std::string ASocket::StringFormat(const std::string strFormat, ...) in StringFormat() function in ASocket
83 static std::string StringFormat(const std::string strFormat, ...);