Метод | Описание | |
---|---|---|
Dump ( object source ) : void | ||
Log ( object source, bool send, |
||
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 |
public static Dump ( object source ) : void | ||
source | object | |
Результат | void |
public static Log ( object source, bool send, |
||
source | object | |
send | bool | |
command | ||
Результат | void |
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 |