Set log handler for mdk internal logs
void setLogHandler(void Function(LogLevel, String)? cb) { _GlobalCallbacks.instance.setLogHandler(cb); }