logPluginError abstract method

void logPluginError(
  1. PluginData plugin,
  2. String code,
  3. String message,
  4. String stackTrace,
)

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);