logPluginTimeout abstract method

void logPluginTimeout(
  1. PluginData plugin,
  2. String request
)

Log that the given plugin took too long to execute the given request. This doesn't necessarily imply that there is a problem with the plugin, only that this particular response was not included in the data returned to the client.

Implementation

void logPluginTimeout(PluginData plugin, String request);