クラス JettyServerProperties.Accesslog

java.lang.ObjectSE
org.springframework.boot.jetty.autoconfigure.JettyServerProperties.Accesslog
含まれているクラス:
JettyServerProperties

public static class JettyServerProperties.Accesslog extends ObjectSE
Jetty アクセスログのプロパティ。
導入:
4.0.0
作成者:
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
  • コンストラクターの詳細

    • Accesslog

      public Accesslog()
  • メソッドの詳細

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getFormat

    • setFormat

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

      public @Nullable StringSE getCustomFormat()
    • setCustomFormat

      public void setCustomFormat(@Nullable StringSE customFormat)
    • getFilename

      public @Nullable StringSE getFilename()
    • setFilename

      public void setFilename(@Nullable StringSE filename)
    • getFileDateFormat

      public @Nullable StringSE getFileDateFormat()
    • setFileDateFormat

      public void setFileDateFormat(@Nullable StringSE fileDateFormat)
    • getRetentionPeriod

      public int getRetentionPeriod()
    • setRetentionPeriod

      public void setRetentionPeriod(int retentionPeriod)
    • isAppend

      public boolean isAppend()
    • setAppend

      public void setAppend(boolean append)
    • getIgnorePaths

      public @Nullable ListSE<StringSE> getIgnorePaths()
    • setIgnorePaths

      public void setIgnorePaths(@Nullable ListSE<StringSE> ignorePaths)