| 54 | } |
| 55 | |
| 56 | void Logging::unregisterOutput(uint8_t slot) |
| 57 | { |
| 58 | #ifndef DISABLE_LOGGING |
| 59 | if(slot >= 3) return; |
| 60 | _logOutput[slot] = NULL; |
| 61 | #endif |
| 62 | } |
| 63 | |
| 64 | void Logging::setLevel(uint8_t slot, int level) |
| 65 | { |
no outgoing calls
no test coverage detected