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 LogFileLogFile.get(PropertyResolver propertyResolver) Get aLogFilefrom the given SpringEnvironment.Methods in org.springframework.boot.logging with parameters of type LogFileModifier and TypeMethodDescriptionfinal voidprotected voidLoggingSystemProperties.apply(@Nullable LogFile logFile, PropertyResolver resolver) protected final voidAbstractLoggingSystem.applySystemProperties(Environment environment, @Nullable LogFile logFile) voidAbstractLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) voidLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) Fully initialize the logging system.protected abstract voidAbstractLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) Load a specific configuration.protected abstract voidAbstractLoggingSystem.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 voidJavaLoggingSystem.loadConfiguration(String location, @Nullable LogFile logFile) protected voidJavaLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected voidJavaLoggingSystem.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 TypeMethodDescriptionvoidLog4J2LoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) protected voidLog4J2LoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected voidLog4J2LoggingSystem.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 voidLogbackLoggingSystemProperties.apply(@Nullable LogFile logFile, PropertyResolver resolver) voidLogbackLoggingSystem.initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation, @Nullable LogFile logFile) protected voidLogbackLoggingSystem.loadConfiguration(LoggingInitializationContext initializationContext, String location, @Nullable LogFile logFile) protected voidLogbackLoggingSystem.loadDefaults(LoggingInitializationContext initializationContext, @Nullable LogFile logFile)