logPluginNotification abstract method

void logPluginNotification(
  1. String pluginId,
  2. String notification
)

Log a notification from the plugin with the given pluginId.

Implementation

void logPluginNotification(String pluginId, String notification);