Browse Source

[trac474] Added missing doxygen comment

Michal 'vorner' Vaner 14 years ago
parent
commit
3f599b8833
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/log/log_formatter.h

+ 3 - 0
src/lib/log/log_formatter.h

@@ -180,6 +180,9 @@ public:
         return (*this);
     }
 
+    /// \brief Exception version of arg.
+    ///
+    /// Simply for convenience, so the .what() doesn't have to be typed.
     Formatter& arg(const std::exception& e) {
         if (logger_) {
             return (arg(e.what()));