MCPcopy Create free account
hub / github.com/Tencent/phxqueue / LogFuncForPhxRpc

Function LogFuncForPhxRpc

phxqueue/comm/logger.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void LogFuncForPhxRpc(const int log_level, const char *format, va_list args) {
157 phxqueue::comm::Logger::GetInstance()->Log(static_cast<int>(LogLevel::Info), format, args);
158}
159
160
161} // namespace comm

Callers

nothing calls this directly

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected