Class AccessLogCustomizer<T extends WebServerFactory>

java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer<T>
Type Parameters:
T - the WebServerFactory 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
  • Constructor Details

    • AccessLogCustomizer

      protected AccessLogCustomizer(String prefix)
  • Method Details

    • customizePrefix

      protected String customizePrefix(String existingPrefix)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered