file/func specific logging

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1128 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2006-04-12 17:51:47 +00:00
parent 1fb8ba75d9
commit a9a23aed22
4 changed files with 103 additions and 2 deletions
+7
View File
@@ -114,6 +114,13 @@ SWITCH_DECLARE(switch_status) switch_log_bind_logger(switch_log_function functio
*/
SWITCH_DECLARE(const char *) switch_log_level2str(switch_log_level level);
/*!
\brief Return the level number of the specified log level name
\param str the name of the level
\return the log level
*/
SWITCH_DECLARE(switch_log_level) switch_log_str2level(const char *str);
///\}
#ifdef __cplusplus
}