Appends a loggingEvent to the buffer.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- loggingEvent
- Type: log4net.Core LoggingEvent
The event to append to the buffer.
Return Value
Type: LoggingEventThe event discarded from the buffer, if the buffer is full, otherwise null.
Remarks
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.
See Also