Utils/Daemon: Documentation
[senf.git] / Utils / Logger / Definitions.hh
index ecf05b5..70e9131 100644 (file)
@@ -77,8 +77,8 @@ namespace log {
 
     /** \brief Define new default log area for the class
 
-        This command declares the containing class to be it's own default log area. It is such like a
-        combination of \ref SENF_LOG_DEF_AREA and \ref SENF_LOG_DEFAULT_AREA with a twist.
+        This command declares the containing class to be it's own default log area. It is such like
+        a combination of \ref SENF_LOG_DEF_AREA and \ref SENF_LOG_DEFAULT_AREA with a twist.
 
         \hideinitializer
      */
@@ -107,12 +107,11 @@ namespace log {
             };                                                                                    \
         }
 
-        /** \brief Default global log stream */
-        SENF_LOG_DEF_STREAM(Debug, MESSAGE, MESSAGE, MESSAGE);
+    /** \brief Default global log stream */
+    SENF_LOG_DEF_STREAM(Debug, MESSAGE, MESSAGE, MESSAGE);
 
-        /** \brief Default global log area */
-        SENF_LOG_DEF_AREA_I(DefaultArea,
-                            std::string v_name() const { return ""; });
+    /** \brief Default global log area */
+    SENF_LOG_DEF_AREA(DefaultArea);
 
     ///\}
     ///\}