Class AccessLogCustomizer<T extends WebServerFactory>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer<T>
- Type Parameters:
T- theWebServerFactorytype that can be customized
- All Implemented Interfaces:
WebServerFactoryCustomizer<T>, Ordered
public abstract class AccessLogCustomizer<T extends WebServerFactory>
extends Object
implements WebServerFactoryCustomizer<T>, Ordered
Base class for a
WebServerFactoryCustomizer that customizes the web server's
access log.- Since:
- 4.0.0
- Author:
- Andy Wilkinson
-
Field Summary
Fields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable StringcustomizePrefix(@Nullable String existingPrefix) intgetOrder()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface WebServerFactoryCustomizer
customize
-
Constructor Details
-
AccessLogCustomizer
-
-
Method Details
-
customizePrefix
-
getOrder
-