LocalSyslogAppenderIdentity Property Apache log4net™ SDK Documentation
Message identity

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public string Identity { get; set; }

Property Value

Type: String
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

Reference