Uses of Class
io.quarkus.runtime.logging.DiscoveredLogComponents
Packages that use DiscoveredLogComponents
-
Uses of DiscoveredLogComponents in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging that return DiscoveredLogComponentsModifier and TypeMethodDescriptionstatic DiscoveredLogComponentsDiscoveredLogComponents.ofEmpty()Methods in io.quarkus.runtime.logging with parameters of type DiscoveredLogComponentsModifier and TypeMethodDescriptionLoggingSetupRecorder.initializeLogging(LogConfig 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, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters)