Uses of Enum Class
org.springframework.boot.logging.LogLevel
Packages that use LogLevel
Package
Description
Actuator support for logging.
Auto-configuration for logging.
Logging integration with Spring's Application Context.
Core interfaces and classes for working with docker compose.
Lifecycle management for Docker Compose with the context of a Spring application.
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 LogLevel in org.springframework.boot.actuate.logging
Methods in org.springframework.boot.actuate.logging that return types with arguments of type LogLevelMethods in org.springframework.boot.actuate.logging with parameters of type LogLevelModifier and TypeMethodDescriptionvoidLoggersEndpoint.configureLogLevel(String name, LogLevel configuredLevel) protected final StringConstructors in org.springframework.boot.actuate.logging with parameters of type LogLevelModifierConstructorDescriptionGroupLoggerLevelsDescriptor(LogLevel configuredLevel, List<String> members) LoggerLevelsDescriptor(LogLevel configuredLevel) Constructor parameters in org.springframework.boot.actuate.logging with type arguments of type LogLevelModifierConstructorDescriptionLoggersDescriptor(NavigableSet<LogLevel> levels, Map<String, LoggersEndpoint.LoggerLevelsDescriptor> loggers, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor> groups) -
Uses of LogLevel in org.springframework.boot.autoconfigure.logging
Methods in org.springframework.boot.autoconfigure.logging with parameters of type LogLevelModifier and TypeMethodDescriptionConditionEvaluationReportLoggingListener.forLogLevel(LogLevel logLevelForReport) Static factory method that creates aConditionEvaluationReportLoggingListenerwhich logs the report at the specified log level. -
Uses of LogLevel in org.springframework.boot.context.logging
Methods in org.springframework.boot.context.logging with parameters of type LogLevelModifier and TypeMethodDescriptionprotected voidLoggingApplicationListener.initializeSpringBootLogging(LoggingSystem system, LogLevel springBootLogging) Initialize loggers based on thespringBootLoggingsetting.voidLoggingApplicationListener.setSpringBootLogging(LogLevel springBootLogging) Sets a custom logging level to be used for Spring Boot and related libraries. -
Uses of LogLevel in org.springframework.boot.docker.compose.core
Methods in org.springframework.boot.docker.compose.core with parameters of type LogLevel -
Uses of LogLevel in org.springframework.boot.docker.compose.lifecycle
Methods in org.springframework.boot.docker.compose.lifecycle that return LogLevelMethods in org.springframework.boot.docker.compose.lifecycle with parameters of type LogLevelModifier and TypeMethodDescriptionvoidDockerComposeProperties.Start.setLogLevel(LogLevel logLevel) -
Uses of LogLevel in org.springframework.boot.logging
Methods in org.springframework.boot.logging that return LogLevelModifier and TypeMethodDescriptionAbstractLoggingSystem.LogLevels.convertNativeToSystem(T level) LoggerConfiguration.getConfiguredLevel()Returns the configured level of the logger.LoggerGroup.getConfiguredLevel()LoggerConfiguration.getEffectiveLevel()Returns the effective level of the logger.LoggerConfiguration.LevelConfiguration.getLevel()Return the actual level value if possible.static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.logging that return types with arguments of type LogLevelModifier and TypeMethodDescriptionAbstractLoggingSystem.LogLevels.getSupported()LoggingSystem.getSupportedLogLevels()Returns a set of theLogLevelsthat are actually supported by the logging system.Methods in org.springframework.boot.logging with parameters of type LogLevelModifier and TypeMethodDescriptionvoidLoggerGroup.configureLogLevel(LogLevel level, BiConsumer<String, LogLevel> configurer) AbstractLoggingSystem.LogLevels.convertSystemToNative(LogLevel level) voidCreate a newLoggerConfiguration.LevelConfigurationinstance of the givenLogLevel.voidLoggingSystem.setLogLevel(String loggerName, LogLevel level) Sets the logging level for a given logger.Method parameters in org.springframework.boot.logging with type arguments of type LogLevelModifier and TypeMethodDescriptionvoidLoggerGroup.configureLogLevel(LogLevel level, BiConsumer<String, LogLevel> configurer) Constructors in org.springframework.boot.logging with parameters of type LogLevelModifierConstructorDescriptionLoggerConfiguration(String name, LogLevel configuredLevel, LogLevel effectiveLevel) Create a newinstance. -
Uses of LogLevel in org.springframework.boot.logging.java
Methods in org.springframework.boot.logging.java that return types with arguments of type LogLevelMethods in org.springframework.boot.logging.java with parameters of type LogLevelModifier and TypeMethodDescriptionvoidJavaLoggingSystem.setLogLevel(String loggerName, LogLevel level) -
Uses of LogLevel in org.springframework.boot.logging.log4j2
Methods in org.springframework.boot.logging.log4j2 that return types with arguments of type LogLevelMethods in org.springframework.boot.logging.log4j2 with parameters of type LogLevelModifier and TypeMethodDescriptionvoidLog4J2LoggingSystem.setLogLevel(String loggerName, LogLevel logLevel) -
Uses of LogLevel in org.springframework.boot.logging.logback
Methods in org.springframework.boot.logging.logback that return types with arguments of type LogLevelMethods in org.springframework.boot.logging.logback with parameters of type LogLevelModifier and TypeMethodDescriptionvoidLogbackLoggingSystem.setLogLevel(String loggerName, LogLevel level)