{BOOST_LOG_FUNCTION();std::stringstrTimeString;char* pszCurTime =NULL;intnBufferSize =256;structtm*pTM=NULL;time_ttime_Value = (time_t)nTimeValue; pszCurTime =newchar[nBufferSize];memset(pszCurTime,0, nBufferSize); pTM = localtime(&(time_Value));//TIMESTR--%Y%m%d%H%M%S//format...
}BOOST_LOG_SEV(log, LogLevel::Debug) <<"SSL is ready.";// Prepare to accept the first client and nodeBOOST_LOG_SEV(log, LogLevel::Debug) <<"Preparing to accept clients and nodes."; waitingNodeConnection =std::make_shared<MasterNodeConnection>(*this); waitingClient =std::make_shared<...
}BOOST_LOG_SEV(log, LogLevel::Debug) <<"SSL is ready.";// Prepare to accept the first client and nodeBOOST_LOG_SEV(log, LogLevel::Debug) <<"Preparing to accept clients and nodes."; waitingNodeConnection =std::make_shared<MasterNodeConnection>(*this); waitingClient =std::make_shared<...