| 22 | } |
| 23 | |
| 24 | bool BaseIntegration::logSkipDebug() { |
| 25 | return !Logs::DebugEnabled() && Logs::started(); |
| 26 | } |
| 27 | |
| 28 | void BaseIntegration::logMessageDebug(const QString &message) { |
| 29 | Logs::writeDebug(message); |
nothing calls this directly
no test coverage detected