C# Class Microsoft.Azure.Amqp.AmqpDebug.AmqpDebugImpl

Show file Open project: Azure/azure-amqp

Public Methods

Method Description
Dump ( object source ) : void
Log ( object source, bool send, Performative command ) : void
Log ( object source, bool send, ulong code, uint p1, uint p2 ) : void

Private Methods

Method Description
AmqpDebugImpl ( int size ) : System.Collections.Concurrent
DumpInternal ( string file ) : void
GetInstance ( object source ) : AmqpDebugImpl
LogInternal ( bool send, ulong code, uint p1, uint p2 ) : void

Method Details

Dump() public static method

public static Dump ( object source ) : void
source object
return void

Log() public static method

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

Log() public static method

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