Uses of Class
io.quarkus.runtime.logging.LogCleanupFilterElement
Packages that use LogCleanupFilterElement
-
Uses of LogCleanupFilterElement in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging with type parameters of type LogCleanupFilterElementModifier and TypeFieldDescription(package private) final Map<String,LogCleanupFilterElement> LogCleanupFilter.filterElementsMethod parameters in io.quarkus.runtime.logging with type arguments of type LogCleanupFilterElementModifier and TypeMethodDescriptionstatic 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.Constructor parameters in io.quarkus.runtime.logging with type arguments of type LogCleanupFilterElementModifierConstructorDescriptionLogCleanupFilter(Collection<LogCleanupFilterElement> filterElements, LoggingSetupRecorder.ShutdownNotifier shutdownNotifier)