BIND 10 trac976, updated. 63f62558f6490de53d57504ac48076165f18b9e8 [trac976] Fix broken sentence around line 82.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 7 17:49:13 UTC 2011
The branch, trac976 has been updated
via 63f62558f6490de53d57504ac48076165f18b9e8 (commit)
from 631651ce7025329af4264f8c576ef77ec3339288 (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 63f62558f6490de53d57504ac48076165f18b9e8
Author: Stephen Morris <stephen at isc.org>
Date: Tue Jun 7 18:48:45 2011 +0100
[trac976] Fix broken sentence around line 82.
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/logger.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/logger.h b/src/lib/log/logger.h
index bc98826..f381c7e 100644
--- a/src/lib/log/logger.h
+++ b/src/lib/log/logger.h
@@ -77,11 +77,10 @@ class LoggerImpl; // Forward declaration of the implementation class
///
/// This class is the main class used for logging. Use comprises:
///
-/// 1. Constructing a logger by instantiating it with a specific name. As
-/// well as instantiating it when needed, the logger can also be declared
-/// outside a program using.
-///
-/// 2. Using the error(), info() etc. methods to log an error. (Although it is
+/// 1. Constructing a logger by instantiating it with a specific name. (If the
+/// same logger is in multiple functions within a file, overhead can be
+/// minimised by declaring it as a file-wide static variable.)
+/// 2. Using the error(), info() etc. methods to log an error. (However, it is
/// recommended to use the LOG_ERROR, LOG_INFO etc. macros defined in macros.h.
/// These will avoid the potentially-expensive evaluation of arguments if the
/// severity is such that the message will be suppressed.)
More information about the bind10-changes
mailing list