| 85 | } |
| 86 | |
| 87 | bool Logging::getShowLevel(uint8_t slot) const |
| 88 | { |
| 89 | #ifndef DISABLE_LOGGING |
| 90 | return _showLevel[slot]; |
| 91 | #else |
| 92 | return false; |
| 93 | #endif |
| 94 | } |
| 95 | |
| 96 | void Logging::setPrefix(printfunction f) |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected