クラス 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