Uses of Class
io.quarkus.runtime.logging.InheritableLevel
-
Packages that use InheritableLevel Package Description io.quarkus.runtime.logging -
-
Uses of InheritableLevel in io.quarkus.runtime.logging
Subclasses of InheritableLevel in io.quarkus.runtime.logging Modifier and Type Class Description static classInheritableLevel.ActualLevelstatic classInheritableLevel.InheritedFields in io.quarkus.runtime.logging declared as InheritableLevel Modifier and Type Field Description (package private) InheritableLevelCategoryConfig. levelThe log level for this category.InheritableLevelCategoryBuildTimeConfig. minLevelThe minimum log level for this category.Methods in io.quarkus.runtime.logging that return InheritableLevel Modifier and Type Method Description InheritableLevelInheritableLevel.Substitution. deserialize(String obj)InheritableLevelCategoryConfig. getLevel()static <T> InheritableLevelLoggingSetupRecorder. getLogLevelNoInheritance(String categoryName, Map<String,T> categories, Function<T,InheritableLevel> levelExtractor, Map<String,InheritableLevel> categoryDefaults)InheritableLevelCategoryBuildTimeConfig. getMinLevel()static InheritableLevelInheritableLevel. of(String str)static InheritableLevelInheritableLevel. of(Level level)Methods in io.quarkus.runtime.logging with parameters of type InheritableLevel Modifier and Type Method Description booleanInheritableLevel.ActualLevel. equals(InheritableLevel other)abstract booleanInheritableLevel. equals(InheritableLevel other)booleanInheritableLevel.Inherited. equals(InheritableLevel other)StringInheritableLevel.Substitution. serialize(InheritableLevel obj)Method parameters in io.quarkus.runtime.logging with type arguments of type InheritableLevel Modifier and Type Method Description static <T> LevelLoggingSetupRecorder. getLogLevel(String categoryName, Map<String,T> categories, Function<T,InheritableLevel> levelExtractor, Map<String,InheritableLevel> categoryDefaults, Level rootMinLevel)static <T> InheritableLevelLoggingSetupRecorder. getLogLevelNoInheritance(String categoryName, Map<String,T> categories, Function<T,InheritableLevel> levelExtractor, Map<String,InheritableLevel> categoryDefaults)static voidLoggingSetupRecorder. initializeBuildTimeLogging(LogConfig config, LogBuildTimeConfig buildConfig, Map<String,InheritableLevel> categoryDefaultMinLevels, ConsoleRuntimeConfig consoleConfig, LaunchMode launchMode)WARNING: this method is part of the recorder but is actually called statically at build time.ShutdownListenerLoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, DiscoveredLogComponents discoveredLogComponents, Map<String,InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, RuntimeValue<Optional<Handler>> wsDevUiConsoleHandler, RuntimeValue<Optional<Handler>> streamingDevUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleConsoleFormatters, List<RuntimeValue<Optional<Formatter>>> possibleFileFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSyslogFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters)
-