logRequest abstract method

void logRequest(
  1. String request
)

Log that a request has been sent to the client.

Implementation

void logRequest(String request);