类 Log4J2LoggingSystem
java.lang.Object
org.springframework.boot.logging.LoggingSystem
org.springframework.boot.logging.AbstractLoggingSystem
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
LoggingSystem
for Log4j 2.- 从以下版本开始:
- 1.2.0
- 作者:
- Daniel Fullarton, Andy Wilkinson, Alexander Heusingfeld, Ben Hale, Ralph Goers
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 org.springframework.boot.logging.AbstractLoggingSystem
AbstractLoggingSystem.LogLevels<T>
-
字段概要
从类继承的字段 org.springframework.boot.logging.AbstractLoggingSystem
CONFIGURATION_COMPARATOR
从类继承的字段 org.springframework.boot.logging.LoggingSystem
EXPECT_CORRELATION_ID_PROPERTY, NONE, ROOT_LOGGER_NAME, SYSTEM_PROPERTY
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
Reset the logging system to be limit output.void
cleanUp()
Clean up the logging system.protected String
Return the default log correlation pattern ornull
if log correlation patterns are not supported.static Environment
getEnvironment
(org.apache.logging.log4j.core.LoggerContext loggerContext) Get the SpringEnvironment
attached to the givenLoggerContext
ornull
if no environment is available.getLoggerConfiguration
(String loggerName) Returns the current configuration for aLoggingSystem
's logger.Returns a collection of the current configuration for all aLoggingSystem
's loggers.Returns aRunnable
that can handle shutdown of this logging system when the JVM exits.protected String[]
Return the standard config locations for this system.Returns a set of theLogLevels
that are actually supported by the logging system.void
initialize
(LoggingInitializationContext initializationContext, String configLocation, LogFile logFile) Fully initialize the logging system.protected boolean
isClassAvailable
(String className) protected void
loadConfiguration
(String location, LogFile logFile, List<String> overrides) Load the configuration from the givenlocation
, creating a composite using the configuration from the givenoverrides
.protected void
loadConfiguration
(LoggingInitializationContext initializationContext, String location, LogFile logFile) Load a specific configuration.protected void
loadDefaults
(LoggingInitializationContext initializationContext, LogFile logFile) Load sensible defaults for the logging system.protected void
reinitialize
(LoggingInitializationContext initializationContext) Reinitialize the logging system if required.void
setLogLevel
(String loggerName, LogLevel logLevel) Sets the logging level for a given logger.从类继承的方法 org.springframework.boot.logging.AbstractLoggingSystem
applySystemProperties, getClassLoader, getDefaultValueResolver, getPackagedConfigFile, getSelfInitializationConfig, getSpringConfigLocations, getSpringInitializationConfig
从类继承的方法 org.springframework.boot.logging.LoggingSystem
get, getSystemProperties
-
构造器详细资料
-
Log4J2LoggingSystem
-
-
方法详细资料
-
getStandardConfigLocations
从类复制的说明:AbstractLoggingSystem
Return the standard config locations for this system.- 指定者:
getStandardConfigLocations
在类中AbstractLoggingSystem
- 返回:
- the standard config locations
- 另请参阅:
-
isClassAvailable
-
beforeInitialize
public void beforeInitialize()从类复制的说明:LoggingSystem
Reset the logging system to be limit output. This method may be called beforeLoggingSystem.initialize(LoggingInitializationContext, String, LogFile)
to reduce logging noise until the system has been fully initialized. -
initialize
public void initialize(LoggingInitializationContext initializationContext, String configLocation, LogFile logFile) 从类复制的说明:LoggingSystem
Fully initialize the logging system.- 覆盖:
initialize
在类中AbstractLoggingSystem
- 参数:
initializationContext
- the logging initialization contextconfigLocation
- a log configuration location ornull
if default initialization is requiredlogFile
- the log output file that should be written ornull
for console only output
-
loadDefaults
从类复制的说明:AbstractLoggingSystem
Load sensible defaults for the logging system.- 指定者:
loadDefaults
在类中AbstractLoggingSystem
- 参数:
initializationContext
- the logging initialization contextlogFile
- the file to load ornull
if no log file is to be written
-
loadConfiguration
protected void loadConfiguration(LoggingInitializationContext initializationContext, String location, LogFile logFile) 从类复制的说明:AbstractLoggingSystem
Load a specific configuration.- 指定者:
loadConfiguration
在类中AbstractLoggingSystem
- 参数:
initializationContext
- the logging initialization contextlocation
- the location of the configuration to load (nevernull
)logFile
- the file to load ornull
if no log file is to be written
-
loadConfiguration
Load the configuration from the givenlocation
, creating a composite using the configuration from the givenoverrides
.- 参数:
location
- the locationlogFile
- log file configurationoverrides
- the overriding locations- 从以下版本开始:
- 2.6.0
-
reinitialize
从类复制的说明:AbstractLoggingSystem
Reinitialize the logging system if required. Called whenAbstractLoggingSystem.getSelfInitializationConfig()
is used and the log file hasn't changed. May be used to reload configuration (for example to pick up additional System properties).- 覆盖:
reinitialize
在类中AbstractLoggingSystem
- 参数:
initializationContext
- the logging initialization context
-
getSupportedLogLevels
从类复制的说明:LoggingSystem
Returns a set of theLogLevels
that are actually supported by the logging system.- 覆盖:
getSupportedLogLevels
在类中LoggingSystem
- 返回:
- the supported levels
-
setLogLevel
从类复制的说明:LoggingSystem
Sets the logging level for a given logger.- 覆盖:
setLogLevel
在类中LoggingSystem
- 参数:
loggerName
- the name of the logger to set (null
can be used for the root logger).logLevel
- the log level (null
can be used to remove any custom level for the logger and use the default configuration instead)
-
getLoggerConfigurations
从类复制的说明:LoggingSystem
Returns a collection of the current configuration for all aLoggingSystem
's loggers.- 覆盖:
getLoggerConfigurations
在类中LoggingSystem
- 返回:
- the current configurations
-
getLoggerConfiguration
从类复制的说明:LoggingSystem
Returns the current configuration for aLoggingSystem
's logger.- 覆盖:
getLoggerConfiguration
在类中LoggingSystem
- 参数:
loggerName
- the name of the logger- 返回:
- the current configuration
-
getShutdownHandler
从类复制的说明:LoggingSystem
Returns aRunnable
that can handle shutdown of this logging system when the JVM exits. The default implementation returnsnull
, indicating that no shutdown is required.- 覆盖:
getShutdownHandler
在类中LoggingSystem
- 返回:
- the shutdown handler, or
null
-
cleanUp
public void cleanUp()从类复制的说明:LoggingSystem
Clean up the logging system. The default implementation does nothing. Subclasses should override this method to perform any logging system-specific cleanup.- 覆盖:
cleanUp
在类中LoggingSystem
-
getDefaultLogCorrelationPattern
从类复制的说明:AbstractLoggingSystem
Return the default log correlation pattern ornull
if log correlation patterns are not supported.- 覆盖:
getDefaultLogCorrelationPattern
在类中AbstractLoggingSystem
- 返回:
- the default log correlation pattern
-
getEnvironment
Get the SpringEnvironment
attached to the givenLoggerContext
ornull
if no environment is available.- 参数:
loggerContext
- the logger context- 返回:
- the Spring
Environment
ornull
- 从以下版本开始:
- 3.0.0
-