クラス LogbackLoggingSystemProperties
java.lang.ObjectSE
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
Logback 用の
LoggingSystemProperties
。- 導入:
- 2.4.0
- 作成者:
- Phillip Webb
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明LogbackLoggingSystemProperties
(Environment environment) LogbackLoggingSystemProperties
(Environment environment, BiConsumerSE<StringSE, StringSE> setter) 新しいLogbackLoggingSystemProperties
インスタンスを作成します。LogbackLoggingSystemProperties
(Environment environment, FunctionSE<StringSE, StringSE> defaultValueResolver, BiConsumerSE<StringSE, StringSE> setter) 新しいLoggingSystemProperties
インスタンスを作成します。メソッドのサマリー
クラス org.springframework.boot.logging.LoggingSystemProperties から継承されたメソッド
apply, apply, setSystemProperty
コンストラクターの詳細
LogbackLoggingSystemProperties
LogbackLoggingSystemProperties
public LogbackLoggingSystemProperties(Environment environment, BiConsumerSE<StringSE, StringSE> setter) 新しいLogbackLoggingSystemProperties
インスタンスを作成します。- パラメーター:
environment
- ソース環境setter
- プロパティの適用に使用される setter- 導入:
- 2.4.3
LogbackLoggingSystemProperties
public LogbackLoggingSystemProperties(Environment environment, FunctionSE<StringSE, StringSE> defaultValueResolver, BiConsumerSE<StringSE, StringSE> setter) 新しいLoggingSystemProperties
インスタンスを作成します。- パラメーター:
environment
- ソース環境defaultValueResolver
- デフォルト値またはnull
を解決するために使用される関数setter
- プロパティを適用するために使用される setter、またはシステムプロパティに使用されるnull
- 導入:
- 3.2.0
メソッドの詳細
getDefaultCharset
- オーバーライド:
- クラス
LoggingSystemProperties
のgetDefaultCharset
apply
- オーバーライド:
- クラス
LoggingSystemProperties
のapply