Class ConsoleConfig


  • public class ConsoleConfig
    extends Object
    • Field Detail

      • format

        @ConfigItem(defaultValue="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c{3.}] (%t) %s%e%n")
        String format
        The log format. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension).
      • color

        @ConfigItem
        Optional<Boolean> color
        If the console logging should be in color. If undefined quarkus takes best guess based on operating system and environment. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension).
      • darken

        @ConfigItem(defaultValue="0")
        int darken
        Specify how much the colors should be darkened. Note that this value will be ignored if an extension is present that takes control of console formatting (e.g. an XML or JSON-format extension).
    • Constructor Detail

      • ConsoleConfig

        public ConsoleConfig()