BIND 10 trac747, updated. 3f599b883384e9f180f12b06d704ef098e948c8e [trac474] Added missing doxygen comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 30 15:12:04 UTC 2011
The branch, trac747 has been updated
via 3f599b883384e9f180f12b06d704ef098e948c8e (commit)
from d137040ad98f7203cd440ca8b449a84f048af6fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3f599b883384e9f180f12b06d704ef098e948c8e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jun 30 17:08:22 2011 +0200
[trac474] Added missing doxygen comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/log_formatter.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/log_formatter.h b/src/lib/log/log_formatter.h
index 5f2704c..4cecee2 100644
--- a/src/lib/log/log_formatter.h
+++ b/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()));
More information about the bind10-changes
mailing list