The su_log submodule contains a generic logging interface. The interface provides means for redirecting the log and filtering log messages based on message priority.
Files | |
| file | su_debug.h |
| Defined when <sofia-sip/su_debug.h> has been included. | |
| file | su_log.h |
| SU logging interface. | |
Variables | |
| su_log_t | su_log_global [] |
| Defined when <su_module_debug.h> has been included. | |
| char const | SU_DEBUG [] |
| Environment variable determining the debug log level 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.
Defined when <su_module_debug.h> has been included.
Debugging log for su module.
Defined when <su_module_debug.h> has been included.
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.