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
8081aaf2
Commit
8081aaf2
authored
Jun 27, 2011
by
Michal 'vorner' Vaner
Browse files
[trac742] Documentation comment
parent
68b13c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/logger.h
View file @
8081aaf2
...
...
@@ -18,14 +18,27 @@
#include
<cc/cc_messages.h>
#include
<log/macros.h>
/// \file logger.h
/// \brief Command Channel library global logger
///
/// This holds the logger for the CC library. It is a private header
/// and should not be included in any publicly used header, only in local
/// cc files.
namespace
isc
{
namespace
cc
{
enum
{
/// \brief Trace basic operation
DBG_TRACE_BASIC
=
10
,
/// \brief Trace even details
///
/// This includes messages being sent and received, waiting for messages
/// and alike.
DBG_TRACE_DETAILED
=
80
};
/// \brief Logger for this library
extern
isc
::
log
::
Logger
logger
;
}
...
...
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