Uses of Class
io.quarkus.runtime.console.ConsoleRuntimeConfig
-
Packages that use ConsoleRuntimeConfig Package Description io.quarkus.runtime.logging io.quarkus.runtime.util -
-
Uses of ConsoleRuntimeConfig in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging with type parameters of type ConsoleRuntimeConfig Modifier and Type Field Description (package private) RuntimeValue<ConsoleRuntimeConfig>
LoggingSetupRecorder. consoleRuntimeConfig
Methods in io.quarkus.runtime.logging with parameters of type ConsoleRuntimeConfig 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.Constructor parameters in io.quarkus.runtime.logging with type arguments of type ConsoleRuntimeConfig Constructor Description LoggingSetupRecorder(RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig)
-
Uses of ConsoleRuntimeConfig in io.quarkus.runtime.util
Methods in io.quarkus.runtime.util with parameters of type ConsoleRuntimeConfig Modifier and Type Method Description static boolean
ColorSupport. isColorEnabled(ConsoleRuntimeConfig consoleConfig, ConsoleConfig logConfig)
-