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

Function SetMinLogLevel

src/butil/logging.cc:814–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void SetMinLogLevel(int level) {
815 FLAGS_minloglevel = std::min(BLOG_FATAL, level);
816}
817
818int GetMinLogLevel() {
819 return FLAGS_minloglevel;

Callers 2

~LogStateSaverMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

~LogStateSaverMethod · 0.68
TEST_FFunction · 0.68