RemoteLoggingServerPlugin ClassApache log4net™ SDK Documentation
Plugin that listens for events from the RemotingAppender
Inheritance Hierarchy

OnlineSystem Object
  log4net.Plugin PluginSkeleton
    log4net.Plugin RemoteLoggingServerPlugin

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

public class RemoteLoggingServerPlugin : PluginSkeleton
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