Category Directive

Description

The logging channel category directive.

Attributes

Attribute Required Description
name yes Logging category name. The category name refers to a logging sub-category within the enclosing category.
priority no The logging priority (one of INFO, WARN, ERROR, FATAL, DEBUG).
target no Named logging target.

Sample XML

<category name="/sys" priority="INFO"/>