Utils/Logger: Extend Target routing API
[senf.git] / Utils / Logger / SyslogTarget.hh
index 18a1559..d11e448 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief SyslogTarget public header */
 
-#ifndef HH_SyslogTarget_
-#define HH_SyslogTarget_ 1
+#ifndef HH_SENF_Utils_Logger_SyslogTarget_
+#define HH_SENF_Utils_Logger_SyslogTarget_ 1
 
 // Custom includes
 #include <syslog.h>
@@ -89,7 +89,9 @@ namespace log {
                      std::string const & message);
 
         int facility_;
-        static int const LEVELMAP_[8];
+
+    public:
+        static int const LEVELMAP[8];
     };
 
 }}