summaryrefslogtreecommitdiff
path: root/ace/Log_Priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Priority.h')
-rw-r--r--ace/Log_Priority.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Log_Priority.h b/ace/Log_Priority.h
index e8bd08ce9cd..52c68acb918 100644
--- a/ace/Log_Priority.h
+++ b/ace/Log_Priority.h
@@ -20,13 +20,12 @@
*
* These values are defined using powers of two so that it's
* possible to form a mask to turn them on or off dynamically.
+ * We only use 12 bits, however, so users are free to use the
+ * remaining 19 bits to define their own priority masks.
*/
enum ACE_Log_Priority
{
-
// = Note, this first argument *must* start at 1!
- // We only use 12 bits, however, so users are free to use the
- // remaining bits to define their own priority masks.
/// Shutdown the logger (decimal 1).
LM_SHUTDOWN = 01,