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

Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static Dump ( object source ) : void
source object
Résultat void

Log() public static méthode

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

Log() public static méthode

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