Package io.quarkus.runtime.logging
Class CategoryConfig
java.lang.Object
io.quarkus.runtime.logging.CategoryConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe names of the handlers to link to this category.(package private) InheritableLevelThe log level for this category.(package private) booleanSpecify whether this logger should send its output to its parent Logger -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
level
The log level for this category.Note that to get log levels below
INFO, the minimum level build-time configuration option also needs to be adjusted. -
handlers
The names of the handlers to link to this category. -
useParentHandlers
Specify whether this logger should send its output to its parent Logger
-
-
Constructor Details
-
CategoryConfig
public CategoryConfig()
-
-
Method Details
-
getLevel
-