| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 


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. | |
| #define | aeap_log(level, obj, name, fmt, ...) | 
| Log an Asterisk external application message. | |
| #define | aeap_warn(obj, name, fmt, ...) aeap_log(LOG_WARNING, obj, name, fmt, ##__VA_ARGS__) | 
| Log an Asterisk external application warning. | |
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.