php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gd_errors.h File Reference
#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,...)
 

Macro Definition Documentation

◆ GD_DEBUG

#define GD_DEBUG   LOG_DEBUG

Definition at line 25 of file gd_errors.h.

◆ GD_ERROR

#define GD_ERROR   LOG_ERR

Definition at line 21 of file gd_errors.h.

◆ GD_INFO

#define GD_INFO   LOG_INFO

Definition at line 24 of file gd_errors.h.

◆ GD_NOTICE

#define GD_NOTICE   LOG_NOTICE

Definition at line 23 of file gd_errors.h.

◆ GD_WARNING

#define GD_WARNING   LOG_WARNING

Definition at line 22 of file gd_errors.h.

Function Documentation

◆ gd_error()

void gd_error ( const char * format,
... )

Definition at line 103 of file gd.c.

◆ gd_error_ex()

void gd_error_ex ( int priority,
const char * format,
... )

Definition at line 111 of file gd.c.