summaryrefslogtreecommitdiff
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-11 14:17:29 +0000
committerOlle Johansson <oej@edvina.net>2007-12-11 14:17:29 +0000
commit4be6ed687450df24e86367181b68e9f90cb398c9 (patch)
tree6cca3e832b35c1035169d9fea07aa663936c3839 /include/asterisk/logger.h
parent4e789be007f9f99296a3c2f64659721c093841d1 (diff)
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/logger.h')
-rw-r--r--include/asterisk/logger.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 8cc8d622a..cc4abb906 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -43,9 +43,8 @@ extern "C" {
#define VERBOSE_PREFIX_3 " -- "
#define VERBOSE_PREFIX_4 " > "
-/*! Used for sending a log message */
-/*!
- \brief This is the standard logger function. Probably the only way you will invoke it would be something like this:
+/*! \brief Used for sending a log message
+ This is the standard logger function. Probably the only way you will invoke it would be something like this:
ast_log(LOG_WHATEVER, "Problem with the %s Captain. We should get some more. Will %d be enough?\n", "flux capacitor", 10);
where WHATEVER is one of ERROR, DEBUG, EVENT, NOTICE, or WARNING depending
on which log you wish to output to. These are implemented as macros, that