Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ SetLogFunc
Method
SetLogFunc
phxqueue/comm/logger.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void Logger::SetLogFunc(LogFunc log_func) {
112
impl_->log_func = log_func;
113
}
114
115
void Logger::Log(const int log_level, const char *format, va_list args) {
116
if (impl_->log_func != nullptr) {
Callers
15
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
SchedulerRun
Function · 0.80
main
Function · 0.80
LockRun
Function · 0.80
StoreRun
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
10
main
Function · 0.64
main
Function · 0.64
main
Function · 0.64
main
Function · 0.64
SchedulerRun
Function · 0.64
main
Function · 0.64
LockRun
Function · 0.64
StoreRun
Function · 0.64
main
Function · 0.64
Process
Method · 0.64