log4net SDK Reference

RemoteLoggingServerPlugin Constructor (String)

Construct with sink Uri.

[Visual Basic]
Overloads Public Sub New( _
   ByVal sinkUri As String _
)
[C#]
public RemoteLoggingServerPlugin(
   string sinkUri
);

Parameters

sinkUri
The name to publish the sink under in the remoting infrastructure. See SinkUri for more details.

Remarks

Initializes a new instance of the RemoteLoggingServerPlugin class with specified name.

See Also

RemoteLoggingServerPlugin Class | log4net.Plugin Namespace | RemoteLoggingServerPlugin Constructor Overload List