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

Method Logger

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

Source from the content-addressed store, hash-verified

38};
39
40Logger::Logger() : impl_(new LoggerImpl()) {}
41
42Logger *Logger::GetInstance() {
43 static Logger logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected