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

This class logs the frame activity on session and dumps them into a file for debugging issues that are difficult to repro under debugger. The output file is named as "session#.log" and it contains lines as follows: ticks(10000) direction op p1 p2 1653194746831 9 RECV 17 0 0 1653194746844 9 SEND 17 0 0 Refer to the calls to AmqpDebug.Log for parameter definition. Enable this logging by including AMQP_DEBUG constant in the project file for the desired build configuration.
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

비공개 메소드들

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