Uses of Class
io.quarkus.runtime.console.ConsoleRuntimeConfig
Packages that use ConsoleRuntimeConfig
-
Uses of ConsoleRuntimeConfig in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging with type parameters of type ConsoleRuntimeConfigModifier and TypeFieldDescription(package private) final RuntimeValue<ConsoleRuntimeConfig>
LoggingSetupRecorder.consoleRuntimeConfig
Methods in io.quarkus.runtime.logging with parameters of type ConsoleRuntimeConfigModifier and TypeMethodDescriptionstatic 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.Constructor parameters in io.quarkus.runtime.logging with type arguments of type ConsoleRuntimeConfigModifierConstructorDescriptionLoggingSetupRecorder
(RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig) -
Uses of ConsoleRuntimeConfig in io.quarkus.runtime.util
Methods in io.quarkus.runtime.util with parameters of type ConsoleRuntimeConfigModifier and TypeMethodDescriptionstatic boolean
ColorSupport.isColorEnabled
(ConsoleRuntimeConfig consoleConfig, ConsoleConfig logConfig)