#include <stdio.h>
#include <stdarg.h>
#include <sofia-sip/su_log.h>
#include <sofia-sip/su_debug.h>
Include dependency graph for su_global_log.c:
Variables | |
char const | SU_DEBUG [] |
Environment variable determining the debug log level for su module. | |
su_log_t | su_log_global [1] |
Debugging log for su module. |
Environment variable determining the debug log level for su module.
The SU_DEBUG environment variable is used to determine the debug logging level for su module. The default level is 3.
Debugging log for su module.
The su_log_global is the log object used by su module. The level of su_log_global is set using SU_DEBUG environment variable.