MCPcopy Create free account
hub / github.com/assaultcube/AC / logcheck

Function logcheck

source/src/log.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool logcheck(int level)
90{
91 ASSERT(level >= 0 && level < ACLOG_NUM);
92 return loglevelenabled[level] != 0;
93}
94
95struct logline_s { int level; time_t t; string msg; };
96

Callers 4

readMethod · 0.85
readMethod · 0.85
readFunction · 0.85
initserverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected