diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-25 12:14:41 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-25 12:14:41 -0400 |
commit | 5fa89ee2cb59722ff8837804c66bb37091ea73ef (patch) | |
tree | a591767b59cba775d677492c3c6bf9caa481dfdb /docs/doxygen | |
parent | 05faf506efd3638c532d41595b3871e6ec6331b3 (diff) | |
parent | a8e278314730535225c577a0e73a94dc7fbee082 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/logger.dox | 4 |
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 |