log4net SDK Reference

NetSendAppender.Sender Property

Gets or sets the sender of the message.

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

Property Value

The sender of the message.

Remarks

If this property is not specified, the message is sent from the local computer.

See Also

NetSendAppender Class | log4net.Appender Namespace