summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-25 12:14:18 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-25 12:14:18 -0400
commita8e278314730535225c577a0e73a94dc7fbee082 (patch)
tree4412a246b2b07efaf52c2f854e4c008d84026626 /docs/doxygen
parentc79e7c54035dc4e87d814e24d6292b5f7ac2b54a (diff)
docs: updated docs for logging levels with use of log4cpp.
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/logger.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox
index 9a97172ed0..22458051db 100644
--- a/docs/doxygen/other/logger.dox
+++ b/docs/doxygen/other/logger.dox
@@ -24,8 +24,8 @@ different levels. These levels are:
The order here determines the level of output. These levels are
hierarchical in that specifying any level also includes any level
-above it. For example, when using the Debug level, all Debug and
-higher messages are logged and Trace is ignored.
+above it. For example, when using the WARN level, all WARN and
+higher messages are logged while DEBUG and INFO are ignored.
\subsection configfile Logging Configuration