Uses of Interface
io.quarkus.runtime.logging.LogRuntimeConfig
Packages that use LogRuntimeConfig
-
Uses of LogRuntimeConfig in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type LogRuntimeConfigModifier and TypeMethodDescriptionstatic void
LoggingSetupRecorder.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)