RemoteLoggingServerPlugin.Attach Method
Attaches this plugin to a ILoggerRepository.
[Visual Basic]
Overrides Public Sub Attach( _
ByVal
repository As
ILoggerRepository _
) _
Parameters
-
repository
- The ILoggerRepository that this plugin should be attached to.
Implements
IPlugin.Attach
Remarks
A plugin may only be attached to a single repository.
This method is called when the plugin is attached to the repository.
See Also
RemoteLoggingServerPlugin Class | log4net.Plugin Namespace