log4net SDK Documentation - Microsoft .NET Framework 4.0

RemoteLoggingServerPlugin Class

Plugin that listens for events from the RemotingAppender

For a list of all members of this type, see RemoteLoggingServerPlugin Members.

System.Object
   log4net.Plugin.PluginSkeleton
      log4net.Plugin.RemoteLoggingServerPlugin

[Visual Basic]
Public Class RemoteLoggingServerPlugin
    Inherits PluginSkeleton
[C#]
public class RemoteLoggingServerPlugin : PluginSkeleton

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: log4net.Plugin

Assembly: log4net (in log4net.dll)

See Also

RemoteLoggingServerPlugin Members | log4net.Plugin Namespace