Uses of Class
org.springframework.boot.logging.LogFile
Packages that use LogFile
Package
Description
Actuator support for logging.
Support and abstractions across several logging libraries.
Support for 'Java Util Logging'.
Support for the Log4j 2 logging library.
Support for the Logback logging library.
-
Uses of LogFile in org.springframework.boot.actuate.logging
Constructors in org.springframework.boot.actuate.logging with parameters of type LogFileModifierConstructorDescriptionLogFileWebEndpoint
(@Nullable LogFile logFile, @Nullable File externalFile) -
Uses of LogFile in org.springframework.boot.logging
Methods in org.springframework.boot.logging that return LogFileModifier and TypeMethodDescriptionstatic @Nullable LogFile
LogFile.get
(PropertyResolver propertyResolver) Get aLogFile
from the given SpringEnvironment
.Methods in org.springframework.boot.logging with parameters of type LogFileModifier and TypeMethodDescriptionfinal void
protected void
LoggingSystemProperties.apply
(@Nullable LogFile logFile, PropertyResolver resolver) protected final void
AbstractLoggingSystem.applySystemProperties
(Environment environment, @Nullable LogFile logFile) void
AbstractLoggingSystem.initialize
(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) void
LoggingSystem.initialize
(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) Fully initialize the logging system.protected abstract void
AbstractLoggingSystem.loadConfiguration
(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) Load a specific configuration.protected abstract void
AbstractLoggingSystem.loadDefaults
(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) Load sensible defaults for the logging system. -
Uses of LogFile in org.springframework.boot.logging.java
Methods in org.springframework.boot.logging.java with parameters of type LogFileModifier and TypeMethodDescriptionprotected void
JavaLoggingSystem.loadConfiguration
(String location, @Nullable LogFile logFile) protected void
JavaLoggingSystem.loadConfiguration
(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected void
JavaLoggingSystem.loadDefaults
(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) -
Uses of LogFile in org.springframework.boot.logging.log4j2
Methods in org.springframework.boot.logging.log4j2 with parameters of type LogFileModifier and TypeMethodDescriptionvoid
Log4J2LoggingSystem.initialize
(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) protected void
Log4J2LoggingSystem.loadConfiguration
(String location, @Nullable LogFile logFile, List<String> overrides) Load the configuration from the givenlocation
, creating a composite using the configuration from the givenoverrides
.protected void
Log4J2LoggingSystem.loadConfiguration
(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected void
Log4J2LoggingSystem.loadDefaults
(LoggingInitializationContext initializationContext, @Nullable LogFile logFile) -
Uses of LogFile in org.springframework.boot.logging.logback
Methods in org.springframework.boot.logging.logback with parameters of type LogFileModifier and TypeMethodDescriptionprotected void
LogbackLoggingSystemProperties.apply
(@Nullable LogFile logFile, PropertyResolver resolver) void
LogbackLoggingSystem.initialize
(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) protected void
LogbackLoggingSystem.loadConfiguration
(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected void
LogbackLoggingSystem.loadDefaults
(LoggingInitializationContext initializationContext, @Nullable LogFile logFile)