logPluginResponse abstract method

void logPluginResponse(
  1. String pluginId,
  2. String response
)

Log a response from the plugin with the given pluginId.

Implementation

void logPluginResponse(String pluginId, String response);