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
Property Value
Type: StringThe 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