Appends a loggingEvent to the buffer.
The event discarded from the buffer, if the buffer is full, otherwise null
.
Append an event to the buffer. If the buffer still contains free space then null
is returned. If the buffer is full then an event will be dropped to make space for the new event, the event dropped is returned.
CyclicBuffer Class | log4net.Util Namespace