logPluginRequest abstract method

void logPluginRequest(
  1. String pluginId,
  2. String request
)

Log a request to the plugin with the given pluginId.

Implementation

void logPluginRequest(String pluginId, String request);