Uses of Class
io.quarkus.runtime.logging.DiscoveredLogComponents
-
Packages that use DiscoveredLogComponents Package Description io.quarkus.runtime.logging -
-
Uses of DiscoveredLogComponents in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging that return DiscoveredLogComponents Modifier and Type Method Description static DiscoveredLogComponents
DiscoveredLogComponents. ofEmpty()
Methods in io.quarkus.runtime.logging with parameters of type DiscoveredLogComponents Modifier and Type Method Description ShutdownListener
LoggingSetupRecorder. 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, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean validateFilters)
-