PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ default_rt_info_handler()

void default_rt_info_handler ( const char *  fmt,
va_list  ap 
)

Definition at line 93 of file rt_context.c.

93  {
94 
95  static const char *label = "INFO: ";
96  char newfmt[1024] = {0};
97  snprintf(newfmt, 1024, "%s%s\n", label, fmt);
98  newfmt[1023] = '\0';
99 
100  vprintf(newfmt, ap);
101 
102  va_end(ap);
103 }
def fmt
Definition: pixval.py:92

Referenced by main(), and rt_install_default_allocators().

Here is the caller graph for this function: