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

Method OnLogMessage

src/butil/logging.cc:1294–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292 }
1293
1294 bool OnLogMessage(int severity, const char* file, int line,
1295 const butil::StringPiece& content) override {
1296 return OnLogMessage(severity, file, line, "", content);
1297 }
1298
1299 bool OnLogMessage(int severity, const char* file,
1300 int line, const char* func,

Callers

nothing calls this directly

Calls 9

LogInfoToLogStrFunction · 0.85
Log2FileFunction · 0.85
GetTimestampFunction · 0.85
LogMethod · 0.80
moveFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45
emptyMethod · 0.45
as_stringMethod · 0.45

Tested by

no test coverage detected