MCPcopy Create free account
hub / github.com/ddnet/ddnet / log_get_scope_logger

Function log_get_scope_logger

src/base/log.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58ILogger *log_get_scope_logger()
59{
60 if(!scope_logger)
61 {
62 scope_logger = global_logger.load(std::memory_order_acquire);
63 }
64 return scope_logger;
65}
66
67void log_set_scope_logger(ILogger *logger)
68{

Callers 4

OnSayNetMessageMethod · 0.85
RunMethod · 0.85
mainFunction · 0.85
CLogScopeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected