MCPcopy Create free account
hub / github.com/SNAS/openbmp / disableDebug

Method disableDebug

Server/src/Logger.cpp:96–98  ·  view source on GitHub ↗

/ * Disables debug logging ***********************************************************************/

Source from the content-addressed store, hash-verified

94 * Disables debug logging
95 ***********************************************************************/
96void Logger::disableDebug(void) {
97 debugEnabled = false;
98}
99
100/*********************************************************************//**
101 * Sets the function width for printing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected