クラス 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, getDefaultCharset, getDefaultConsoleCharset, 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
メソッドの詳細
getConsole
クラスからコピーされた説明:LoggingSystemProperties
使用するConsole
SE を返します。- オーバーライド:
- クラス
LoggingSystemProperties
のgetConsole
- 戻り値:
- 使用する
Console
SE
getDefaultFileCharset
クラスからコピーされた説明:LoggingSystemProperties
デフォルトのファイル文字セットを返します。- オーバーライド:
- クラス
LoggingSystemProperties
のgetDefaultFileCharset
- 戻り値:
- デフォルトのファイル文字セット
apply
- オーバーライド:
- クラス
LoggingSystemProperties
のapply