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