|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <syslog.h>Go to the source code of this file.
Macros | |
| #define | GD_ERROR LOG_ERR |
| #define | GD_WARNING LOG_WARNING |
| #define | GD_NOTICE LOG_NOTICE |
| #define | GD_INFO LOG_INFO |
| #define | GD_DEBUG LOG_DEBUG |
Functions | |
| void | gd_error (const char *format,...) |
| void | gd_error_ex (int priority, const char *format,...) |
Definition at line 25 of file gd_errors.h.
Definition at line 21 of file gd_errors.h.
Definition at line 24 of file gd_errors.h.
| #define GD_NOTICE LOG_NOTICE |
Definition at line 23 of file gd_errors.h.
| #define GD_WARNING LOG_WARNING |
Definition at line 22 of file gd_errors.h.