C# 클래스 Microsoft.Practices.EnterpriseLibrary.SemanticLogging.ApplicationInsightsSinkExtensions

파일 보기 프로젝트 열기: fidmor89/SLAB_AppInsights

공개 메소드들

메소드 설명
CreateListener ( ) : System.Diagnostics.Tracing.EventListener

Creates an event listener that logs using a ApplicationInsightsSink.

CreateListener ( String InstrumentationKey ) : System.Diagnostics.Tracing.EventListener

Creates an event listener that logs using a ApplicationInsightsSink.

CreateListener ( string instrumentationKey ) : System.Diagnostics.Tracing.EventListener

Creates an event listener that logs using an ApplicationInsightsSink.

LogToApplicationInsights ( this eventStream ) : SinkSubscription

Subscribes to an IObservable{EventEntry} using a ApplicationInsightsSink.

LogToApplicationInsights ( this eventStream, String instrumentationKey ) : SinkSubscription

Subscribes to an IObservable{EventEntry} using a ApplicationInsightsSink.

메소드 상세

CreateListener() 공개 정적인 메소드

Creates an event listener that logs using a ApplicationInsightsSink.
public static CreateListener ( ) : System.Diagnostics.Tracing.EventListener
리턴 System.Diagnostics.Tracing.EventListener

CreateListener() 공개 정적인 메소드

Creates an event listener that logs using a ApplicationInsightsSink.
public static CreateListener ( String InstrumentationKey ) : System.Diagnostics.Tracing.EventListener
InstrumentationKey String The ID that determines the application component under which your data appears in Application Insights.
리턴 System.Diagnostics.Tracing.EventListener

CreateListener() 공개 정적인 메소드

Creates an event listener that logs using an ApplicationInsightsSink.
public static CreateListener ( string instrumentationKey ) : System.Diagnostics.Tracing.EventListener
instrumentationKey string The ID that determines the application component under which your data appears in Application Insights.
리턴 System.Diagnostics.Tracing.EventListener

LogToApplicationInsights() 공개 정적인 메소드

Subscribes to an IObservable{EventEntry} using a ApplicationInsightsSink.
public static LogToApplicationInsights ( this eventStream ) : SinkSubscription
eventStream this The event stream. Typically this is an instance of .
리턴 SinkSubscription

LogToApplicationInsights() 공개 정적인 메소드

Subscribes to an IObservable{EventEntry} using a ApplicationInsightsSink.
public static LogToApplicationInsights ( this eventStream, String instrumentationKey ) : SinkSubscription
eventStream this The event stream. Typically this is an instance of .
instrumentationKey String The ID that determines the application component under which your data appears in Application Insights.
리턴 SinkSubscription