Record Class CustomRequestLog.LogDetail

java.lang.Object
java.lang.Record
org.eclipse.jetty.server.CustomRequestLog.LogDetail
Record Components:
handlerName - The name of the entity that handled the request
realPath - The real path on the filesystem represented by the request
Enclosing class:
CustomRequestLog

public static record CustomRequestLog.LogDetail(String handlerName, String realPath) extends Record
Record holding extra detail for logging