列挙型クラス LoggerConfiguration.ConfigurationScope

java.lang.ObjectSE
java.lang.EnumSE<LoggerConfiguration.ConfigurationScope>
org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
実装されているすべてのインターフェース:
SerializableSEComparableSE<LoggerConfiguration.ConfigurationScope>ConstableSE
含まれているクラス:
LoggerConfiguration

public static enum LoggerConfiguration.ConfigurationScope extends EnumSE<LoggerConfiguration.ConfigurationScope>
サポートされているロガー構成スコープ。
導入:
2.7.13
  • 列挙型定数の詳細

    • DIRECT

      public static final LoggerConfiguration.ConfigurationScope DIRECT
      直接適用された構成のみを返します。多くの場合、「構成済み」構成または「割り当て済み」構成と呼ばれます。
    • INHERITED

      public static final LoggerConfiguration.ConfigurationScope INHERITED
      親ロガーに適用された構成を返す場合があります。多くの場合、「効果的な」構成と呼ばれます。
  • メソッドの詳細

    • values

      public static LoggerConfiguration.ConfigurationScope[] values()
      この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
      戻り値:
      この列挙型クラスの定数を宣言された順序で含む配列
    • valueOf

      public static LoggerConfiguration.ConfigurationScope valueOf(StringSE name)
      指定された名前でこのクラスの列挙型定数を返します。文字列は、このクラスで列挙型定数を宣言するために使用される識別子と正確に一致する必要があります。(余分な空白文字は許可されません。)
      パラメーター:
      name - 返される列挙定数の名前。
      戻り値:
      指定された名前の列挙定数
      例外:
      IllegalArgumentExceptionSE - この列挙型クラスに指定された名前の定数がない場合
      NullPointerExceptionSE - 引数が null の場合