Package ch.qos.logback.classic.util
Class ContextInitializer
- java.lang.Object
-
- ch.qos.logback.classic.util.ContextInitializer
-
@Deprecated(since="2022-01-27") public class ContextInitializer extends java.lang.Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.This class contains logback's logic for automatic configuration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTOCONFIG_FILE
Deprecated.static java.lang.String
CONFIG_FILE_PROPERTY
Deprecated.static java.lang.String
TEST_AUTOCONFIG_FILE
Deprecated.
-
Constructor Summary
Constructors Constructor Description ContextInitializer(LoggerContext loggerContext)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
autoConfig()
Deprecated.void
configureByResource(java.net.URL url)
Deprecated.java.net.URL
findURLOfDefaultConfigurationFile(boolean updateStatus)
Deprecated.
-
-
-
Field Detail
-
AUTOCONFIG_FILE
public static final java.lang.String AUTOCONFIG_FILE
Deprecated.- See Also:
- Constant Field Values
-
TEST_AUTOCONFIG_FILE
public static final java.lang.String TEST_AUTOCONFIG_FILE
Deprecated.- See Also:
- Constant Field Values
-
CONFIG_FILE_PROPERTY
public static final java.lang.String CONFIG_FILE_PROPERTY
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContextInitializer
public ContextInitializer(LoggerContext loggerContext)
Deprecated.
-
-
Method Detail
-
configureByResource
public void configureByResource(java.net.URL url) throws JoranException
Deprecated.- Throws:
JoranException
-
findURLOfDefaultConfigurationFile
public java.net.URL findURLOfDefaultConfigurationFile(boolean updateStatus)
Deprecated.
-
autoConfig
public void autoConfig() throws JoranException
Deprecated.- Throws:
JoranException
-
-