PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pgui_logf()

static void pgui_logf ( const char *  fmt,
  ... 
)
static

Definition at line 248 of file shp2pgsql-gui.c.

249 {
250  va_list ap;
251  va_start(ap, fmt);
252 
253  pgui_log_va(fmt, ap);
254 
255  va_end(ap);
256  return;
257 }
def fmt
Definition: pixval.py:92
static void pgui_log_va(const char *fmt, va_list ap)

References pixval::fmt, and pgui_log_va().

Referenced by add_loader_file_config_to_list(), connection_test(), pgui_action_connection_okay(), pgui_action_export(), pgui_action_handle_file_drop(), pgui_action_handle_loader_edit(), pgui_action_import(), pgui_copy_end(), pgui_copy_start(), pgui_copy_write(), pgui_exec(), process_single_uri(), and validate_remote_loader_columns().

Here is the call graph for this function:
Here is the caller graph for this function: