summaryrefslogtreecommitdiffstats
path: root/src/crimson/common/log.h
blob: 64ff33654ed43368085f896d204373ccb2432985 (plain)
1
2
3
4
5
6
#include <seastar/util/log.hh>
#include "common/subsys_types.h"

namespace ceph {
seastar::logger& get_logger(int subsys);
}