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

◆ pjLogFunction()

static void pjLogFunction ( void *  data,
int  logLevel,
const char *  message 
)
static

Definition at line 96 of file postgis_module.c.

97{
98 elog(DEBUG1, "libproj threw an exception (%d): %s", logLevel, message);
99}

Referenced by _PG_init().

Here is the caller graph for this function: