log4net SDK Documentation - Microsoft .NET Framework 4.0

RemoteSyslogAppender.Facility Property

Syslog facility

[Visual Basic]
Public Property Facility As SyslogFacility
[C#]
public RemoteSyslogAppender.SyslogFacility Facility {get; set;}

Remarks

Set to one of the RemoteSyslogAppender.SyslogFacility values. The list of facilities is predefined and cannot be extended. The default value is User.

See Also

RemoteSyslogAppender Class | log4net.Appender Namespace