Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
63f62558
Commit
63f62558
authored
Jun 07, 2011
by
Stephen Morris
Browse files
[trac976] Fix broken sentence around line 82.
parent
631651ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/logger.h
View file @
63f62558
...
...
@@ -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.)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment