Uses of Class
io.quarkus.runtime.logging.InheritableLevel
Packages that use InheritableLevel
-
Uses of InheritableLevel in io.quarkus.runtime.logging
Subclasses of InheritableLevel in io.quarkus.runtime.loggingModifier and TypeClassDescriptionstatic final classstatic final classMethods in io.quarkus.runtime.logging that return InheritableLevelModifier and TypeMethodDescriptionInheritableLevel.Substitution.deserialize(String obj) static <T> InheritableLevelLoggingSetupRecorder.getLogLevelNoInheritance(String categoryName, Map<String, T> categories, Function<T, InheritableLevel> levelExtractor, Map<String, InheritableLevel> categoryDefaults) LogRuntimeConfig.CategoryConfig.level()The log level for this category.LogBuildTimeConfig.CategoryBuildTimeConfig.minLevel()The minimum log level for this category.static InheritableLevelstatic InheritableLevelMethods in io.quarkus.runtime.logging with parameters of type InheritableLevelModifier and TypeMethodDescriptionbooleanInheritableLevel.ActualLevel.equals(InheritableLevel other) abstract booleanInheritableLevel.equals(InheritableLevel other) booleanInheritableLevel.Inherited.equals(InheritableLevel other) InheritableLevel.Substitution.serialize(InheritableLevel obj) Method parameters in io.quarkus.runtime.logging with type arguments of type InheritableLevelModifier and TypeMethodDescriptionstatic <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(LogRuntimeConfig config, LogBuildTimeConfig buildConfig, ConsoleRuntimeConfig consoleConfig, Map<String, InheritableLevel> categoryDefaultMinLevels, List<LogCleanupFilterElement> additionalLogCleanupFilters, LaunchMode launchMode) WARNING: this method is part of the recorder but is actually called statically at build time.LoggingSetupRecorder.initializeLogging(LogRuntimeConfig config, LogBuildTimeConfig buildConfig, DiscoveredLogComponents discoveredLogComponents, Map<String, InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, 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, List<RuntimeValue<Optional<Formatter>>> possibleSocketFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters)