Uses of Class
io.quarkus.runtime.logging.LogConfig
-
Packages that use LogConfig Package Description io.quarkus.runtime.logging -
-
Uses of LogConfig in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type LogConfig Modifier and Type Method Description static void
LoggingSetupRecorder. initializeBuildTimeLogging(LogConfig config, LogBuildTimeConfig buildConfig, Map<String,InheritableLevel> categoryDefaultMinLevels, ConsoleRuntimeConfig consoleConfig, LaunchMode launchMode)
WARNING: this method is part of the recorder but is actually called statically at build time.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, List<RuntimeValue<Optional<Formatter>>> possibleSyslogFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean validateFilters)
-