Top | ![]() |
![]() |
![]() |
![]() |
gsignond/gsignond-log.h
file contains logging macros
that plugins and extensions should use for debugging and tracing.
For example:
#define ERR(frmt, args...)
Use this macro to log error messages. GSignond will take care of correctly saving them.
#define WARN(frmt, args...)
Use this macro to log warning messages. GSignond will take care of correctly saving them.
#define INFO(frmt, args...)
Use this macro to log informational messages. GSignond will take care of correctly saving them.