PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ cu_debuglogger()

static void cu_debuglogger ( int  level,
const char *  fmt,
va_list  ap 
)
static

Definition at line 298 of file liblwgeom/cunit/cu_tester.c.

299{
300 char buf[MAX_CUNIT_MSG_LENGTH+1];
301 vsnprintf (buf, MAX_CUNIT_MSG_LENGTH, fmt, ap);
302 buf[MAX_CUNIT_MSG_LENGTH]='\0';
303 fprintf(stderr, "DEBUG%d: %s\n", level, buf);
304}
#define MAX_CUNIT_MSG_LENGTH

References MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: