logResponse abstract method

void logResponse(
  1. String response
)

Log that a response has been sent to the client.

Implementation

void logResponse(String response);