/ * Disables debug logging ***********************************************************************/
| 94 | * Disables debug logging |
| 95 | ***********************************************************************/ |
| 96 | void Logger::disableDebug(void) { |
| 97 | debugEnabled = false; |
| 98 | } |
| 99 | |
| 100 | /*********************************************************************//** |
| 101 | * Sets the function width for printing |
nothing calls this directly
no outgoing calls
no test coverage detected