PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <stdarg.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,...) |
Write a notice out to the notice handler. More... | |
void | lwerror (const char *fmt,...) |
Write a notice out to the error handler. More... | |
void | lwdebug (int level, const char *fmt,...) |
Write a debug message out. More... | |