Class AccessLogCustomizer<T extends WebServerFactory>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer<T>
- Type Parameters:
T
- theWebServerFactory
type 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 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
customizePrefix
(String existingPrefix) int
getOrder()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.web.server.WebServerFactoryCustomizer
customize
-
Constructor Details
-
AccessLogCustomizer
-
-
Method Details
-
customizePrefix
-
getOrder
-