Browse Source

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

Stephen Morris 14 years ago
parent
commit
4948469daf
1 changed files with 1 additions and 2 deletions
  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.