C# 클래스 log4net.Appender.AzureBlobAppender

상속: log4net.Appender.BufferingAppenderSkeleton
파일 보기 프로젝트 열기: stemarie/log4net.Azure 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
SendBuffer ( log4net.Core.LoggingEvent events ) : void

Sends the events.

The subclass must override this method to process the buffered events.

비공개 메소드들

메소드 설명
Filename ( log4net.Core.LoggingEvent loggingEvent, string directoryName ) : string
ProcessEvent ( log4net.Core.LoggingEvent loggingEvent ) : void

메소드 상세

ActivateOptions() 공개 메소드

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.

public ActivateOptions ( ) : void
리턴 void

SendBuffer() 보호된 메소드

Sends the events.

The subclass must override this method to process the buffered events.

protected SendBuffer ( log4net.Core.LoggingEvent events ) : void
events log4net.Core.LoggingEvent The events that need to be send.
리턴 void