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
4e058c0c
Commit
4e058c0c
authored
Jun 02, 2011
by
Stephen Morris
Browse files
[trac555] Header comment changes as a result of review
parent
a61bc91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/logger_manager.h
View file @
4e058c0c
...
...
@@ -85,9 +85,10 @@ public:
/// an attempt is made to log a message before this is function is called,
/// the results will be dependent on the underlying logging package.
///
/// \param root Name of the root logger. This can be NULL, but should be
/// set to the name of the program.
/// \param file Name of the local message file (if there is one).
/// \param root Name of the root logger. This should be set to the name of
/// the program.
/// \param file Name of the local message file. This must be NULL if there
/// is no local message file.
/// \param severity Severity at which to log
/// \param dbglevel Debug severity (ignored if "severity" is not "DEBUG")
static
void
init
(
const
std
::
string
&
root
,
const
char
*
file
=
NULL
,
...
...
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