diff options
Diffstat (limited to 'src/crimson/common/log.h')
-rw-r--r-- | src/crimson/common/log.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crimson/common/log.h b/src/crimson/common/log.h new file mode 100644 index 00000000..64ff3365 --- /dev/null +++ b/src/crimson/common/log.h @@ -0,0 +1,6 @@ +#include <seastar/util/log.hh> +#include "common/subsys_types.h" + +namespace ceph { +seastar::logger& get_logger(int subsys); +} |