Add verbose messages to be logged (bug #599)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-27 00:23:39 +00:00
parent 80f23eb97d
commit b53e81786a
3 changed files with 38 additions and 22 deletions

View File

@@ -88,6 +88,12 @@ extern void ast_console_puts(const char *string);
#define __LOG_ERROR 4
#define LOG_ERROR __LOG_ERROR, _A_
#ifdef LOG_VERBOSE
#undef LOG_VERBOSE
#endif
#define __LOG_VERBOSE 5
#define LOG_VERBOSE __LOG_VERBOSE, _A_
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif