log4net SDK Reference

RemotingAppender.Sink Property

Gets or sets the URL of the well-known object that will accept the logging events.

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

Property Value

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

RemotingAppender Class | log4net.Appender Namespace