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

Function pj_log

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

Source from the content-addressed store, hash-verified

86/************************************************************************/
87
88void pj_log( PJ_CONTEXT *ctx, int level, const char *fmt, ... )
89
90{
91 va_list args;
92
93 if( level > ctx->debug_level )
94 return;
95
96 va_start( args, fmt );
97 pj_vlog( ctx, level, fmt, args );
98 va_end( args );
99}
100
101
102

Callers 15

openMethod · 0.85
valueAtMethod · 0.85
nextGridMethod · 0.85
reopenMethod · 0.85
insertIntoHierarchyFunction · 0.85
insertGridMethod · 0.85
reopenMethod · 0.85
reopenMethod · 0.85
reopenMethod · 0.85
pj_hgrid_apply_internalFunction · 0.85
pj_hgrid_valueFunction · 0.85
read_vgrid_valueFunction · 0.85

Calls 1

pj_vlogFunction · 0.85

Tested by

no test coverage detected