logPluginException method
Log that the given non-priority exception
was thrown, with the given
stackTrace
by the given plugin
.
Implementation
@override
void logPluginException(
PluginData plugin, Object exception, StackTrace? stackTrace) {}