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

Function proj_log_trace

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

/

Source from the content-addressed store, hash-verified

165
166/*****************************************************************************/
167void proj_log_trace (PJ *P, const char *fmt, ...) {
168/******************************************************************************
169 For reporting embarrassingly detailed debugging information.
170******************************************************************************/
171 va_list args;
172 va_start( args, fmt );
173 pj_vlog (pj_get_ctx (P), PJ_LOG_TRACE , add_short_name_prefix(P, fmt).c_str(), args);
174 va_end( args );
175}
176
177
178/*****************************************************************************/

Callers 10

pj_vgrid_valueFunction · 0.85
pipeline.cppFile · 0.85
pj_ellipsoidFunction · 0.85
forward_errorFunction · 0.85
ortho_s_inverseFunction · 0.85
ortho_e_inverseFunction · 0.85
unitconvert.cppFile · 0.85
update_parametersFunction · 0.85
build_rot_matrixFunction · 0.85
helmert.cppFile · 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