From c0598144d962fbc8c20482bdc5e00e99ec62f8a9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 16 Mar 2006 14:24:26 +0000 Subject: Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@320 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/log.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pjlib') diff --git a/pjlib/include/pj/log.h b/pjlib/include/pj/log.h index 2c706f9c..eeb90006 100644 --- a/pjlib/include/pj/log.h +++ b/pjlib/include/pj/log.h @@ -228,6 +228,21 @@ PJ_DECL(unsigned) pj_log_get_decor(void); */ # define pj_log_set_decor(decor) +/** + * Get current maximum log verbositylevel. + * + * @return Current log maximum level. + */ +# define pj_log_get_level() 0 + +/** + * Get current log decoration flag. + * + * @return Log decoration flag. + */ +# define pj_log_get_decor() 0 + + #endif /* #if PJ_LOG_MAX_LEVEL >= 1 */ /** -- cgit v1.2.3