State¶
Leafs
-
class
System.Logging.Console.Selectors.Selector.
State
¶ Bases:
Entity
Class Hierarchy:
System
Logging
Console
Selectors
Selector
State
This class represents state data.
Operational state data
-
facility
¶ Specifies the facility, or class of messages to log
type: one of the below values:
ALL
config: False
-
severity
¶ Specifies that only messages of the given severity (or greater severity) for the corresonding facility are logged
type:
SyslogSeverity
config: False
-