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 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 LogRuntimeConfigModifierConstructorDescriptionLoggingSetupRecorder(LogBuildTimeConfig logBuildTimeConfig, RuntimeValue<LogRuntimeConfig> logRuntimeConfig, RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig)