PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ pgui_logf()

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

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

251 {
252  va_list ap;
253  va_start(ap, fmt);
254 
255  pgui_log_va(fmt, ap);
256 
257  va_end(ap);
258  return;
259 }
def fmt
Definition: pixval.py:94
static void pgui_log_va(const char *fmt, va_list ap) __attribute__((format(printf

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: