Plugin that listens for events from the RemotingAppender
Inheritance Hierarchy
log4net.Plugin PluginSkeleton
log4net.Plugin RemoteLoggingServerPlugin
Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This plugin publishes an instance of RemotingAppender IRemoteLoggingSink on a specified SinkUri. This listens for logging events delivered from a remote RemotingAppender.
When an event is received it is relogged within the attached repository as if it had been raised locally.
See Also