public abstract class Slf4JLoggingSystem extends AbstractLoggingSystem
LoggingSystem 実装の抽象基本クラス。AbstractLoggingSystem.LogLevels<T>CONFIGURATION_COMPARATORNONE, ROOT_LOGGER_NAME, SYSTEM_PROPERTY| コンストラクターと説明 |
|---|
Slf4JLoggingSystem(ClassLoaderSE classLoader) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | beforeInitialize() ロギングシステムをリセットして、出力を制限します。 |
void | cleanUp() ロギングシステムをクリーンアップします。 |
protected boolean | isBridgeHandlerAvailable() |
protected boolean | isBridgeJulIntoSlf4j()JUL を SLF4J にブリッジするかどうかを返します。 |
protected void | loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, LogFile logFile) 特定の構成をロードします。 |
applySystemProperties, getClassLoader, getPackagedConfigFile, getSelfInitializationConfig, getSpringConfigLocations, getSpringInitializationConfig, getStandardConfigLocations, initialize, loadDefaults, reinitializeget, getLoggerConfiguration, getLoggerConfigurations, getShutdownHandler, getSupportedLogLevels, setLogLevelcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic Slf4JLoggingSystem(ClassLoaderSE classLoader)
public void beforeInitialize()
LoggingSystemLoggingSystem.initialize(LoggingInitializationContext, String, LogFile) の前に呼び出すことができます。AbstractLoggingSystem の beforeInitialize public void cleanUp()
LoggingSystemLoggingSystem の cleanUp protected void loadConfiguration(LoggingInitializationContext initializationContext, StringSE location, LogFile logFile)
AbstractLoggingSystemAbstractLoggingSystem の loadConfiguration initializationContext - ロギング初期化コンテキスト location - ロードする構成の場所 (非 null)logFile - ロードするファイル、またはログファイルが書き込まれない場合は null protected final boolean isBridgeJulIntoSlf4j()
protected final boolean isBridgeHandlerAvailable()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.