Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ sec
Method
sec
src/common/LogClient.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
do_log(CLOG_ERROR, s);
119
}
120
OstreamTemp sec() final {
121
return OstreamTemp(CLOG_SEC, this);
122
}
123
void sec(std::stringstream &s) final {
124
do_log(CLOG_SEC, s);
125
}
Callers
7
time_to_stop
Method · 0.45
fill_stat
Method · 0.45
_vxattrcb_dir_rctime
Method · 0.45
_vxattrcb_snap_btime
Method · 0.45
run
Method · 0.45
get_index_time_prefix
Function · 0.45
log_log_entry
Method · 0.45
Calls
2
do_log
Class · 0.85
OstreamTemp
Class · 0.70
Tested by
no test coverage detected