MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGetErrorFile

Function msGetErrorFile

mapdebug.c:243–251  ·  view source on GitHub ↗

msGetErrorFile() ** ** Returns name of current error file ** ** Returns NULL if not set. */

Source from the content-addressed store, hash-verified

241** Returns NULL if not set.
242*/
243const char *msGetErrorFile()
244{
245 debugInfoObj *debuginfo = msGetDebugInfoObj();
246
247 if (debuginfo)
248 return debuginfo->errorfile;
249
250 return NULL;
251}
252
253/* Set/Get the current global debug level value, used as default value for
254** new map and layer objects and to control msDebug() calls outside of

Callers 1

mainFunction · 0.85

Calls 1

msGetDebugInfoObjFunction · 0.85

Tested by

no test coverage detected