Config¶
Leafs
-
class
System.Logging.RemoteServers.RemoteServer.Selectors.Selector.Config¶ Bases:
EntityClass Hierarchy :
SystemLoggingRemoteServersRemoteServerSelectorsSelectorConfigThis class represents configuration data.
Configuration data
-
facility¶ Specifies the facility, or class of messages to log
type: one of the below values:
-
severity¶ Specifies that only messages of the given severity (or greater severity) for the corresonding facility are logged
type:
SyslogSeverity
-