PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ pjLogFunction()

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

Definition at line 70 of file postgis_module.c.

71 {
72  elog(DEBUG1, "libproj threw an exception (%d): %s", logLevel, message);
73 }

Referenced by _PG_init().

Here is the caller graph for this function: