Method | Description | |
---|---|---|
SendBuffer ( log4net.Core.LoggingEvent events ) : void |
Sends all buffered events to the appender.
|
Method | Description | |
---|---|---|
SendEvent ( log4net.Core.LoggingEvent loggingEvent ) : void |
Sends a LoggingEvent to the Apprenda Platform Logging API
|
protected SendBuffer ( log4net.Core.LoggingEvent events ) : void | ||
events | log4net.Core.LoggingEvent | /// The events. /// |
return | void |