MCPcopy Create free account
hub / github.com/OSGeo/PROJ / proj_context_log_debug

Function proj_context_log_debug

src/log.cpp:158–166  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

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

Calls 1

pj_vlogFunction · 0.85

Tested by

no test coverage detected