クラスの使用
org.springframework.boot.logging.LoggingSystem
LoggingSystem を使用するパッケージ
パッケージ
説明
ロギングのアクチュエーターサポート。
Spring のアプリケーションコンテキストとのログ統合。
いくつかのロギングライブラリにわたるサポートと抽象化。
"Java Util Logging" のサポート。
Log4j 2 ロギングライブラリのサポート。
Logback ロギングライブラリのサポート。
org.springframework.boot.actuate.logging 内の LoggingSystem 使用
型 LoggingSystem のパラメーターを持つ org.springframework.boot.actuate.logging のコンストラクター修飾子コンストラクター説明LoggersEndpoint(LoggingSystem loggingSystem, LoggerGroups loggerGroups) 新しいLoggersEndpointインスタンスを作成します。org.springframework.boot.context.logging 内の LoggingSystem 使用
型 LoggingSystem のパラメーターを持つ org.springframework.boot.context.logging のメソッド修飾子と型メソッド説明protected voidLoggingApplicationListener.initializeSpringBootLogging(LoggingSystem system, LogLevel springBootLogging) springBootLogging設定に基づいてロガーを初期化します。protected voidLoggingApplicationListener.setLogLevels(LoggingSystem system, ConfigurableEnvironment environment) 関連するEnvironmentプロパティに基づいてログレベルを設定します。org.springframework.boot.logging 内の LoggingSystem 使用
修飾子と型メソッド説明static LoggingSystemLoggingSystem.get(ClassLoaderSE classLoader) 使用中のロギングシステムを検出して返します。@Nullable LoggingSystemLoggingSystemFactory.getLoggingSystem(ClassLoaderSE classLoader) 使用可能なロギングシステムがない場合は、ロギングシステムの実装またはnullを返します。org.springframework.boot.logging.java 内の LoggingSystem 使用
修飾子と型メソッド説明@Nullable LoggingSystemJavaLoggingSystem.Factory.getLoggingSystem(ClassLoaderSE classLoader) org.springframework.boot.logging.log4j2 内の LoggingSystem 使用
修飾子と型メソッド説明@Nullable LoggingSystemLog4J2LoggingSystem.Factory.getLoggingSystem(ClassLoaderSE classLoader) org.springframework.boot.logging.logback 内の LoggingSystem 使用
修飾子と型メソッド説明@Nullable LoggingSystemLogbackLoggingSystem.Factory.getLoggingSystem(ClassLoaderSE classLoader)