Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
814
void SetMinLogLevel(int level) {
815
FLAGS_minloglevel = std::min(BLOG_FATAL, level);
816
}
817
818
int GetMinLogLevel() {
819
return FLAGS_minloglevel;
Callers
2
~LogStateSaver
Method · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
~LogStateSaver
Method · 0.68
TEST_F
Function · 0.68