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

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public RemoteLoggingServerPlugin(
	string sinkUri
)

Parameters

sinkUri
Type: OnlineSystem String
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