Send the contents of the buffer to the remote sink.
            
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- events
- Type:  log4net.Core LoggingEvent 
 The events to send.
Remarks
 CallContext),
            if they are marked as
CallContext),
            if they are marked as  ILogicalThreadAffinative, across the 
            remoting boundary. If the server is not contactable then
            the remoting infrastructure will clear the
ILogicalThreadAffinative, across the 
            remoting boundary. If the server is not contactable then
            the remoting infrastructure will clear the  ILogicalThreadAffinative
            objects from the
ILogicalThreadAffinative
            objects from the  CallContext. To prevent a logging failure from
            having side effects on the calling application the remoting call must be made
            from a separate thread to the one used by the application. A
CallContext. To prevent a logging failure from
            having side effects on the calling application the remoting call must be made
            from a separate thread to the one used by the application. A  ThreadPool
            thread is used for this. If no
ThreadPool
            thread is used for this. If no  ThreadPool thread is available then
            the events will block in the thread pool manager until a thread is available.
ThreadPool thread is available then
            the events will block in the thread pool manager until a thread is available.
            See Also