C# 클래스 Microsoft.ServiceBus.Samples.CloudTraceListener

상속: System.Diagnostics.TraceListener
파일 보기 프로젝트 열기: snouhaud/AzureRunMe 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CloudTraceListener ( ) : System
CloudTraceListener ( string servicePath, string serviceNamespace, string issuerName, string issuerSecret ) : System
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
Write ( object o ) : void
Write ( object o, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

비공개 메소드들

메소드 설명
EnsureChannel ( ) : void
Initialize ( string servicePath, string serviceNamespace, string issuerName, string issuerSecret ) : void
LockWrapper ( System.Action action ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CloudTraceListener() 공개 메소드

public CloudTraceListener ( ) : System
리턴 System

CloudTraceListener() 공개 메소드

public CloudTraceListener ( string servicePath, string serviceNamespace, string issuerName, string issuerSecret ) : System
servicePath string
serviceNamespace string
issuerName string
issuerSecret string
리턴 System

Fail() 공개 메소드

public Fail ( string message ) : void
message string
리턴 void

Fail() 공개 메소드

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
리턴 void

Write() 공개 메소드

public Write ( object o ) : void
o object
리턴 void

Write() 공개 메소드

public Write ( object o, string category ) : void
o object
category string
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

Write() 공개 메소드

public Write ( string message, string category ) : void
message string
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o ) : void
o object
리턴 void

WriteLine() 공개 메소드

public WriteLine ( object o, string category ) : void
o object
category string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message, string category ) : void
message string
category string
리턴 void