クラス ServerProperties.Undertow.Accesslog

java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
含まれているクラス:
ServerProperties.Undertow

public static class ServerProperties.Undertow.Accesslog extends ObjectSE
Undertow アクセスログのプロパティ。
  • フィールドの詳細

    • prefix

      protected StringSE prefix
      ログファイル名のプレフィックス。
  • コンストラクターの詳細

    • Accesslog

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

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getPattern

      public StringSE getPattern()
    • setPattern

      public void setPattern(StringSE pattern)
    • getPrefix

      public StringSE getPrefix()
    • setPrefix

      public void setPrefix(StringSE prefix)
    • getSuffix

      public StringSE getSuffix()
    • setSuffix

      public void setSuffix(StringSE suffix)
    • getDir

      public FileSE getDir()
    • setDir

      public void setDir(FileSE dir)
    • isRotate

      public boolean isRotate()
    • setRotate

      public void setRotate(boolean rotate)