Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void 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
Log
Method · 0.45
Tested by
no test coverage detected