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

Function proj_log_error

src/log.cpp:136–144  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

134
135/*****************************************************************************/
136void proj_log_error(const PJ *P, const char *fmt, ...) {
137 /******************************************************************************
138 For reporting the most severe events.
139 ******************************************************************************/
140 va_list args;
141 va_start(args, fmt);
142 pj_vlog(pj_get_ctx((PJ *)P), PJ_LOG_ERROR, P, fmt, args);
143 va_end(args);
144}
145
146/*****************************************************************************/
147void proj_log_debug(PJ *P, const char *fmt, ...) {

Callers 15

proj_roundtripFunction · 0.85
pipeline.cppFile · 0.85
pj_factorsFunction · 0.85
proj_factorsFunction · 0.85
proj_trans_boundsFunction · 0.85
proj_trans_bounds_3DFunction · 0.85
ellps_ellpsFunction · 0.85
ellps_sizeFunction · 0.85
ellps_shapeFunction · 0.85
ellps_spherificationFunction · 0.85
pj_calc_ellipsoid_paramsFunction · 0.85

Calls 2

pj_vlogFunction · 0.85
pj_get_ctxFunction · 0.85

Tested by

no test coverage detected