This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Debugging Output


Alexander Gottwald wrote:

> - debugging output: winDebug(format, args...)
> - non important configuration messages: winErrorFVerb(2, format, args) 

> -logverbose 3...? can give debug messages with differing severity
> eg -logverbose 3 may print simple traces
> while -logverbose 10 will also dump all windows messages received

Looking at the #if 0'd logging in windclipboardwndproc would you expect
that be converted to winDebug (which is logged at level 3) or should it 
be explicitly logged at level 10: winErrorFVerb(10,...) since it's really 
logging window messages?

Thanks,
Dan



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]