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

Function LogInfo2LogStr

src/butil/logging.cc:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573std::string LogInfo2LogStr(const LogInfo& log_info) {
574 return LogInfoToLogStr(log_info.severity, log_info.file, log_info.line,
575 log_info.func, log_info.content);
576}
577
578void AsyncLogger::Log(const LogInfo& log_info) {
579 if (log_info.content.empty()) {

Callers 1

DoLogMethod · 0.85

Calls 1

LogInfoToLogStrFunction · 0.85

Tested by

no test coverage detected