Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Go to the source code of this file.
Macros | |
#define | aeap_error(obj, name, fmt, ...) aeap_log(LOG_ERROR, obj, name, fmt, ##__VA_ARGS__) |
Log an Asterisk external application error. More... | |
#define | aeap_log(level, obj, name, fmt, ...) |
Log an Asterisk external application message. More... | |
#define | aeap_warn(obj, name, fmt, ...) aeap_log(LOG_WARNING, obj, name, fmt, ##__VA_ARGS__) |
Log an Asterisk external application warning. More... | |
Log an Asterisk external application error.
obj | The object being logged |
name | Optional subsystem name |
fmt | Format string |
... | Parameters for the format string |
Definition at line 48 of file res/res_aeap/logger.h.
#define aeap_log | ( | level, | |
obj, | |||
name, | |||
fmt, | |||
... | |||
) |
Log an Asterisk external application message.
level | The logging level |
obj | The object being logged |
name | Optional subsystem name |
fmt | Format string |
... | Parameters for the format string |
Definition at line 36 of file res/res_aeap/logger.h.
#define aeap_warn | ( | obj, | |
name, | |||
fmt, | |||
... | |||
) | aeap_log(LOG_WARNING, obj, name, fmt, ##__VA_ARGS__) |
Log an Asterisk external application warning.
obj | The object being logged |
name | Optional subsystem name |
fmt | Format string |
... | Parameters for the format string |
Definition at line 58 of file res/res_aeap/logger.h.