summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/dbstore/common/dbstore_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/driver/dbstore/common/dbstore_log.h')
-rw-r--r--src/rgw/driver/dbstore/common/dbstore_log.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/rgw/driver/dbstore/common/dbstore_log.h b/src/rgw/driver/dbstore/common/dbstore_log.h
new file mode 100644
index 000000000..416508369
--- /dev/null
+++ b/src/rgw/driver/dbstore/common/dbstore_log.h
@@ -0,0 +1,15 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
+#pragma once
+
+#include <cerrno>
+#include <cstdlib>
+#include <string>
+#include <cstdio>
+#include <iostream>
+#include <fstream>
+#include "common/dout.h"
+
+#undef dout_prefix
+#define dout_prefix *_dout << "rgw dbstore: "