17 Aug
2010
17 Aug
'10
9:41 a.m.
Hello,
How can I enable PTRACE in the ptlib ? Basically I want to enable all the tracing and levels in ptlib and h323.
I have done the below initialization but I don't see all the traces.
PTrace::Initialise( 5, NULL, PTrace::Blocks | PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine );
Thanks Alex Katebi