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

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

public interface IRemoteLoggingSink
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