This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Debugging Output
- From: "Wilks, Dan" <Dan_Wilks at intuit dot com>
- To: "'cygwin-xfree at cygwin dot com'" <cygwin-xfree at cygwin dot com>
- Date: Wed, 5 May 2004 11:43:04 -0600
- Subject: Debugging Output
- Reply-to: cygwin-xfree at cygwin dot com
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