Method | Description | |
---|---|---|
ActivateOptions ( ) : void |
Initialize the appender based on the options set This is part of the T:log4net.Core.IOptionHandler delayed object activation scheme. The M:log4net.Appender.BufferingAppenderSkeleton.ActivateOptions method must be called on this object after the configuration properties have been set. Until M:log4net.Appender.BufferingAppenderSkeleton.ActivateOptions is called this object is in an undefined state and must not be used. If any of the configuration properties are modified then M:log4net.Appender.BufferingAppenderSkeleton.ActivateOptions must be called again. |
|
AzureQueueAppender ( ) : log4net.Appender.Language |
Method | Description | |
---|---|---|
SendBuffer ( log4net.Core.LoggingEvent events ) : void |
Sends the events. The subclass must override this method to process the buffered events. |
Method | Description | |
---|---|---|
ProcessEvent ( log4net.Core.LoggingEvent loggingEvent ) : void |
public AzureQueueAppender ( ) : log4net.Appender.Language | ||
return | log4net.Appender.Language |
protected SendBuffer ( log4net.Core.LoggingEvent events ) : void | ||
events | log4net.Core.LoggingEvent | The events that need to be send. |
return | void |