| 73 | } |
| 74 | |
| 75 | void DebugRegisterBase::unregister(DebugCategory* cat) |
| 76 | { |
| 77 | DebugManager::getInstance().unregisterCategory(*cat); |
| 78 | } |
| 79 | |
| 80 | static color_value selectColor(const DebugCategory::level msgLevel) |
| 81 | { |
nothing calls this directly
no test coverage detected