クラスの使用
org.springframework.boot.logging.LogFile
LogFile を使用するパッケージ
パッケージ
説明
ロギングのアクチュエーターサポート。
いくつかのロギングライブラリにわたるサポートと抽象化。
"Java Util Logging" のサポート。
Log4j 2 ロギングライブラリのサポート。
Logback ロギングライブラリのサポート。
org.springframework.boot.actuate.logging 内の LogFile 使用
型 LogFile のパラメーターを持つ org.springframework.boot.actuate.logging のコンストラクターorg.springframework.boot.logging 内の LogFile 使用
LogFile を返す org.springframework.boot.logging のメソッド修飾子と型メソッド説明static @Nullable LogFileLogFile.get(PropertyResolver propertyResolver) 指定された SpringEnvironmentからLogFileを取得します。型 LogFile のパラメーターを持つ org.springframework.boot.logging のメソッド修飾子と型メソッド説明final voidprotected voidLoggingSystemProperties.apply(@Nullable LogFile logFile, PropertyResolver resolver) protected final voidAbstractLoggingSystem.applySystemProperties(Environment environment, @Nullable LogFile logFile) voidAbstractLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable StringSE configLocation, @Nullable LogFile logFile) voidLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable StringSE configLocation, @Nullable LogFile logFile) ロギングシステムを完全に初期化します。protected abstract voidAbstractLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, @Nullable LogFile logFile) 特定の構成をロードします。protected abstract voidAbstractLoggingSystem.loadDefaults(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) ロギングシステムの適切なデフォルトをロードします。org.springframework.boot.logging.java 内の LogFile 使用
型 LogFile のパラメーターを持つ org.springframework.boot.logging.java のメソッド修飾子と型メソッド説明protected voidJavaLoggingSystem.loadConfiguration(StringSE location, @Nullable LogFile logFile) protected voidJavaLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, @Nullable LogFile logFile) protected voidJavaLoggingSystem.loadDefaults(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) org.springframework.boot.logging.log4j2 内の LogFile 使用
型 LogFile のパラメーターを持つ org.springframework.boot.logging.log4j2 のメソッド修飾子と型メソッド説明voidLog4J2LoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable StringSE configLocation, @Nullable LogFile logFile) protected voidLog4J2LoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, @Nullable LogFile logFile) protected voidLog4J2LoggingSystem.loadDefaults(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) org.springframework.boot.logging.logback 内の LogFile 使用
型 LogFile のパラメーターを持つ org.springframework.boot.logging.logback のメソッド修飾子と型メソッド説明protected voidLogbackLoggingSystemProperties.apply(@Nullable LogFile logFile, PropertyResolver resolver) voidLogbackLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable StringSE configLocation, @Nullable LogFile logFile) protected voidLogbackLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, @Nullable LogFile logFile) protected voidLogbackLoggingSystem.loadDefaults(LoggingInitializationContext initializationContext, @Nullable LogFile logFile)