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

Function proj_log_debug

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

/

Source from the content-addressed store, hash-verified

143
144/*****************************************************************************/
145void proj_log_debug (PJ *P, const char *fmt, ...) {
146/******************************************************************************
147 For reporting debugging information.
148******************************************************************************/
149 va_list args;
150 va_start( args, fmt );
151 pj_vlog (pj_get_ctx (P), PJ_LOG_DEBUG , add_short_name_prefix(P, fmt).c_str(), args);
152 va_end( args );
153}
154
155/*****************************************************************************/
156void proj_context_log_debug (PJ_CONTEXT *ctx, const char *fmt, ...) {

Callers 7

computeReverseParametersFunction · 0.85
get_grid_shiftFunction · 0.85
forward_3dFunction · 0.85
reverse_3dFunction · 0.85

Calls 4

pj_vlogFunction · 0.85
pj_get_ctxFunction · 0.85
add_short_name_prefixFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected