MCPcopy Create free account
hub / github.com/apache/brpc / CloseLogFile

Function CloseLogFile

src/butil/logging.cc:1567–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565#endif // OS_WIN
1566
1567void CloseLogFile() {
1568 LoggingLock logging_lock;
1569 CloseLogFileUnlocked();
1570}
1571
1572void RawLog(int level, const char* message) {
1573 if (level >= FLAGS_minloglevel) {

Callers

nothing calls this directly

Calls 1

CloseLogFileUnlockedFunction · 0.85

Tested by

no test coverage detected