Searched refs:logInfo (Results 1 – 3 of 3) sorted by relevance
85 string logInfo = ""; in LogMsg() local88 logInfo = MESSAGE_FAIL; in LogMsg()91 logInfo = MESSAGE_INFO; in LogMsg()97 fprintf(stdout, "%s%s\n", logInfo.c_str(), log.c_str()); in LogMsg()
169 string logInfo = ""; in EchoClient() local172 logInfo = MESSAGE_FAIL; in EchoClient()175 logInfo = MESSAGE_INFO; in EchoClient()182 string log = logInfo + Base::StringFormat(msg, vaArgs); in EchoClient()
1937 const logInfo: object = { constant1944 logInfo.message = `Card page cannot use the component ${name}.`;1947 logInfo.message = `Card page cannot use ${name}`;1950 logInfo.message = `Card page cannot use import.`;1953 log.push(logInfo);