PostGIS  3.7.0dev-r@@SVN_REVISION@@
lwgeom_log.h File Reference
#include <stdarg.h>
Include dependency graph for lwgeom_log.h:

Go to the source code of this file.

Macros

#define LWDEBUG(level, msg)    ((void) 0)
 
#define LWDEBUGF(level, msg, ...)    ((void) 0)
 
#define LWDEBUGG(level, geom, msg)    ((void) 0)
 
#define LWDEBUGGF(level, geom, fmt, ...)    ((void) 0)
 

Functions

void lwnotice (const char *fmt,...) __attribute__((format(printf
 Write a notice out to the notice handler. More...
 
void void lwerror (const char *fmt,...) __attribute__((format(printf
 Write a notice out to the error handler. More...
 
void void void lwdebug (int level, const char *fmt,...) __attribute__((format(printf
 Write a debug message out. More...