RemotingAppenderSink Property Apache log4net™ SDK Documentation
Gets or sets the URL of the well-known object that will accept the logging events.

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

public string Sink { get; set; }

Property Value

Type: String
The well-known URL of the remote sink.
Remarks

The URL of the remoting sink that will accept logging events. The sink must implement the RemotingAppenderIRemoteLoggingSink interface.

See Also

Reference