Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ SetLogAssertHandler
Function
SetLogAssertHandler
src/butil/logging.cc:826–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
824
}
825
826
void SetLogAssertHandler(LogAssertHandler handler) {
827
log_assert_handler = handler;
828
}
829
830
const char* const log_severity_names[LOG_NUM_SEVERITIES] = {
831
"INFO"
,
"NOTICE"
,
"WARNING"
,
"ERROR"
,
"FATAL"
};
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