RemotingAppender Sink 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: 1.2.15.0 (1.2.15.0)
Syntax

public string Sink { get; set; }

Property Value

Type: OnlineString
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 RemotingAppender IRemoteLoggingSink interface.

See Also