Class ServerProperties.Jetty.Accesslog

java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
Enclosing class:
ServerProperties.Jetty

public static class ServerProperties.Jetty.Accesslog extends Object
Jetty access log properties.
  • Constructor Details

    • Accesslog

      public Accesslog()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

      public void setFormat(ServerProperties.Jetty.Accesslog.FORMAT format)
    • getCustomFormat

      public String getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(String customFormat)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getFileDateFormat

      public String getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(String fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public List<String> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(List<String> ignorePaths)