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

Method Log

phxqueue/comm/logger.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Logger::Log(const int log_level, const char *format, va_list args) {
116 if (impl_->log_func != nullptr) {
117 impl_->log_func(log_level, format, args);
118 }
119}
120
121enum PhxPaxosLogLevel {
122 PhxPaxosLogLevel_None = 0,

Callers 2

LogFuncForPhxPaxosFunction · 0.45
LogFuncForPhxRpcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected