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

Method DoLog

src/butil/logging.cc:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762void AsyncLogger::DoLog(LogRequest* req) {
763 DoLog(req->log_info);
764 req->log_info.clear();
765}
766
767void AsyncLogger::DoLog(const LogInfo& log_info) {
768 if (log_info.raw) {

Callers

nothing calls this directly

Calls 4

Log2FileFunction · 0.85
LogInfo2LogStrFunction · 0.85
fetch_subMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected