RemoteLoggingServerPlugin Constructor (String)Apache log4net™ SDK Documentation
Construct with sink Uri.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public RemoteLoggingServerPlugin(
	string sinkUri
)

Parameters

sinkUri
Type: SystemString
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

Reference