C# 클래스 log4net.Azure.AzureAppender

Appender that writes to the trace.
상속: log4net.Appender.AppenderSkeleton, AzureAppenderConfigurator
파일 보기 프로젝트 열기: haf/log4net.Azure 1 사용 예제들

공개 메소드들

메소드 설명
ActivateOptions ( ) : void
AzureAppender ( ) : System
AzureAppenderConfigurator ( Action appender ) : void
AzureAppenderConfigurator ( Action diagnosticsConfigurator ) : void
AzureAppenderConfigurator ( Level>.Action repositoryConfigurator ) : void
New ( Action configurator ) : AzureAppender

Creates a new AzureAppender and activates its options, allowing you to pass a configurator, to configure the appender, before activation.

보호된 메소드들

메소드 설명
Append ( log4net.Core.LoggingEvent loggingEvent ) : void

비공개 메소드들

메소드 설명
ConfigureAzureDiagnostics ( ) : DiagnosticMonitorConfiguration
ConfigureThreshold ( ) : void
ConfigureWindowsEventLogsToBeTransferred ( DiagnosticMonitorConfiguration dmc, string eventLogs ) : void
GetEventLogs ( ) : string
GetLayout ( ) : ILayout
GetLevel ( string level ) : log4net.Core.Level
GetLevel ( ) : string
GetRoleInstanceDiagnosticManager ( ) : RoleInstanceDiagnosticManager
GetScheduledTransferPeriod ( ) : int
ScheduleTransfer ( DiagnosticMonitorConfiguration dmc, int transferPeriodMs ) : void
StartAzureDiagnostics ( DiagnosticMonitorConfiguration dmc ) : void

Starts azure diagnostics

메소드 상세

ActivateOptions() 공개 메소드

public ActivateOptions ( ) : void
리턴 void

Append() 보호된 메소드

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
리턴 void

AzureAppender() 공개 메소드

public AzureAppender ( ) : System
리턴 System

AzureAppenderConfigurator() 공개 메소드

public AzureAppenderConfigurator ( Action appender ) : void
appender Action
리턴 void

AzureAppenderConfigurator() 공개 메소드

public AzureAppenderConfigurator ( Action diagnosticsConfigurator ) : void
diagnosticsConfigurator Action
리턴 void

AzureAppenderConfigurator() 공개 메소드

public AzureAppenderConfigurator ( Level>.Action repositoryConfigurator ) : void
repositoryConfigurator Level>.Action
리턴 void

New() 공개 정적인 메소드

Creates a new AzureAppender and activates its options, allowing you to pass a configurator, to configure the appender, before activation.
public static New ( Action configurator ) : AzureAppender
configurator Action
리턴 AzureAppender