Gets or sets the URL of the well-known object that will accept
the logging events.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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 RemotingAppender IRemoteLoggingSink interface.
See Also