logPluginError abstract method
Log the fact that an error, described by the given message, was reported
by the given plugin.
Implementation
void logPluginError(
PluginData plugin,
String code,
String message,
String stackTrace,
);
Log the fact that an error, described by the given message, was reported
by the given plugin.
void logPluginError(
PluginData plugin,
String code,
String message,
String stackTrace,
);