Specifies the levels of trace messages filtered by the source switch and event type filter. This enumeration has a flags attribute that allows a bitwise combination of its member values.
Enumerator |
---|
off | Does not allow any events through.
|
critical | Allows only Critical events through.
|
error | Allows critical and error events through.
|
warning | Allows critical, error, and warning events through.
|
information | Allows Critical, error, warning, and information events through.
|
verbose | Allows critical, error, warning, information, and verbose events through.
|
activity_tracing | Allows the stop, start, suspend, transfer, and resume events through.
|
all | Allows all events through.
|