MCPcopy Create free account
hub / github.com/Kitware/VTK / proj_context_log_debug

Function proj_context_log_debug

ThirdParty/libproj/vtklibproj/src/log.cpp:156–164  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

154
155/*****************************************************************************/
156void proj_context_log_debug (PJ_CONTEXT *ctx, const char *fmt, ...) {
157/******************************************************************************
158 For reporting debugging information.
159******************************************************************************/
160 va_list args;
161 va_start( args, fmt );
162 pj_vlog (ctx, PJ_LOG_DEBUG , fmt, args);
163 va_end( args );
164}
165
166/*****************************************************************************/
167void proj_log_trace (PJ *P, const char *fmt, ...) {

Callers 4

proj_create_crs_to_crsFunction · 0.85

Calls 1

pj_vlogFunction · 0.85

Tested by

no test coverage detected