PostGIS 3.0.6dev-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 295 of file liblwgeom/cunit/cu_tester.c.

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

References MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: