Searched refs:PUBLIC_TAG (Results 1 – 2 of 2) sorted by relevance
27 const std::string Logger::PUBLIC_TAG = "{public}"; member in Logger92 while ((pos = outStrFormat.find(PUBLIC_TAG)) != std::string::npos) { in PreparePrivateLog()93 outStrFormat.replace(pos, PUBLIC_TAG.size(), ""); in PreparePrivateLog()
46 static const std::string PUBLIC_TAG; variable