Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ do_log
Class
do_log
src/log/test.cc:409–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
#define dout_subsys ceph_subsys_context
408
409
template <int depth, int x> struct do_log
410
{
411
void log(CephContext* cct);
412
};
413
414
template <int x> struct do_log<12, x>
415
{
Callers
12
debug
Method · 0.85
info
Method · 0.85
warn
Method · 0.85
error
Method · 0.85
sec
Method · 0.85
do_log
Method · 0.85
debug
Method · 0.85
info
Method · 0.85
warn
Method · 0.85
error
Method · 0.85
sec
Method · 0.85
do_log
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected