logPluginException abstract method

void logPluginException(
  1. PluginData plugin,
  2. Object exception,
  3. StackTrace? stackTrace
)

Log that the given non-priority exception was thrown, with the given stackTrace by the given plugin.

Implementation

void logPluginException(
    PluginData plugin, Object exception, StackTrace? stackTrace);