MCPcopy 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_stopMethod · 0.45
fill_statMethod · 0.45
_vxattrcb_dir_rctimeMethod · 0.45
_vxattrcb_snap_btimeMethod · 0.45
runMethod · 0.45
get_index_time_prefixFunction · 0.45
log_log_entryMethod · 0.45

Calls 2

do_logClass · 0.85
OstreamTempClass · 0.70

Tested by

no test coverage detected