]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/Graylog.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / Graylog.cc
index 79a537eeddeea6e397b4593a209815d485134358..accde0900a50e042f418f80e5499a7d923a61f52 100644 (file)
@@ -7,8 +7,9 @@
 #include "log/Entry.h"
 #include "log/SubsystemMap.h"
 
-namespace ceph {
-namespace logging {
+using std::cerr;
+
+namespace ceph::logging {
 
 Graylog::Graylog(const SubsystemMap * const s, const std::string &logger)
     : m_subs(s),
@@ -166,5 +167,4 @@ void Graylog::log_log_entry(LogEntry const * const e)
   }
 }
 
-} // ceph::logging::
-} // ceph::
+} // name ceph::logging