logNotFound method

void logNotFound(
  1. String path,
  2. String contentType
)
override

Implementation

logNotFound(String path, String contentType) {
  _log(path, contentType, 404);
}