C# 클래스 Microsoft.Azure.Amqp.AmqpDebug.AmqpDebugImpl

파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
Dump ( object source ) : void
Log ( object source, bool send, Performative command ) : void
Log ( object source, bool send, ulong code, uint p1, uint p2 ) : void

비공개 메소드들

메소드 설명
AmqpDebugImpl ( int size ) : System.Collections.Concurrent
DumpInternal ( string file ) : void
GetInstance ( object source ) : AmqpDebugImpl
LogInternal ( bool send, ulong code, uint p1, uint p2 ) : void

메소드 상세

Dump() 공개 정적인 메소드

public static Dump ( object source ) : void
source object
리턴 void

Log() 공개 정적인 메소드

public static Log ( object source, bool send, Performative command ) : void
source object
send bool
command Microsoft.Azure.Amqp.Framing.Performative
리턴 void

Log() 공개 정적인 메소드

public static Log ( object source, bool send, ulong code, uint p1, uint p2 ) : void
source object
send bool
code ulong
p1 uint
p2 uint
리턴 void