13.5.2. Log Category Properties

Table 13.8. Log Category Properties

Property Datatype Description
level String
The maximum level of log message that the log category records.
handlers String[]
A list of log handlers that are used by the root logger.
use-parent-handlers Boolean
If set to true, this category will use the log handlers of the root logger in addition to any other assigned handlers.
category String
The log category from which log messages will be captured.
filter-spec String
An expression value that defines a filter. The following expression defines a filter that does not match a pattern: not(match("JBAS.*"))