RemotingAppenderIRemoteLoggingSink InterfaceApache log4net™ SDK Documentation
Interface used to deliver LoggingEvent objects to a remote sink.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public interface IRemoteLoggingSink

The RemotingAppenderIRemoteLoggingSink type exposes the following members.

Methods

  NameDescription
Public methodLogEvents
Delivers logging events to the remote sink
Top
Remarks

This interface must be implemented by a remoting sink if the RemotingAppender is to be used to deliver logging events to the sink.
See Also

Reference