Gets or sets the sender of the message.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public string Sender { get; set; }
public string Sender { get; set; }
Public Property Sender As String
Get
Set
Public Property Sender As String
Get
Set
public:
property String^ Sender {
String^ get ();
void set (String^ value);
}
public:
property String^ Sender {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The sender of the message.
If this property is not specified, the message is sent from the local computer.