Class JettyServerProperties.Accesslog

java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyServerProperties.Accesslog
Enclosing class:
JettyServerProperties

public static class JettyServerProperties.Accesslog extends Object
Jetty access log properties.
Since:
4.0.0
Author:
Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Eddú Meléndez, Quinten De Swaef, Venil Noronha, Aurélien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
  • Constructor Details

    • Accesslog

      public Accesslog()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

      public void setFormat(JettyServerProperties.Accesslog.Format format)
    • getCustomFormat

      public @Nullable String getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(@Nullable String customFormat)
    • getFilename

      public @Nullable String getFilename()
    • setFilename

      public void setFilename(@Nullable String filename)
    • getFileDateFormat

      public @Nullable String getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(@Nullable String fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public @Nullable List<String> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(@Nullable List<String> ignorePaths)