Uses of Class
ch.qos.logback.access.jetty.RequestLogImpl
-
Packages that use RequestLogImpl Package Description ch.qos.logback.access.jetty This is logback access' implementation for Jetty 8. -
-
Uses of RequestLogImpl in ch.qos.logback.access.jetty
Fields in ch.qos.logback.access.jetty with type parameters of type RequestLogImpl Modifier and Type Field Description private static java.util.Map<java.lang.String,RequestLogImpl>RequestLogRegistry. requestLogRegistryMethods in ch.qos.logback.access.jetty that return RequestLogImpl Modifier and Type Method Description static RequestLogImplRequestLogRegistry. get(java.lang.String key)Methods in ch.qos.logback.access.jetty with parameters of type RequestLogImpl Modifier and Type Method Description static voidRequestLogRegistry. register(RequestLogImpl requestLogImpl)
-