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 |
SU debugging macros. | |
file | su_log.h |
SU logging interface. | |
file | su_default_log.c |
Default debug log object. | |
file | su_global_log.c |
Global SU debug log. | |
file | su_log.c |
Implementation of generic logging interface. | |
Variables | |
su_log_t | su_log_global [] |
Debugging log for su module. |
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.