Parcourir la source

[trac555] Simplfy and clarify header comment for process()

Stephen Morris il y a 14 ans
Parent
commit
4948469daf
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/lib/log/logger_manager.h

+ 1 - 2
src/lib/log/logger_manager.h

@@ -40,8 +40,7 @@ public:
 
     /// \brief Process Specifications
     ///
-    /// Given a list of logger specifications, disables all current logging
-    /// and resets the properties of each logger to that given.
+    /// Replaces the current logging configuration by the one given.
     ///
     /// \param start Iterator pointing to the start of the collection of
     ///        logging specifications.