log4net SDK Reference

LocalSyslogAppender.Identity Property

Message identity

[Visual Basic]
Public Property Identity As String
[C#]
public string Identity {get; set;}

Remarks

An identifier is specified with each log message. This can be specified by setting the Identity property. The identity (also know as the tag) must not contain white space. The default value for the identity is the application name (from ApplicationFriendlyName).

See Also

LocalSyslogAppender Class | log4net.Appender Namespace