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]

Re: Debugging Output


On Wed, 5 May 2004, Wilks, Dan wrote:

> 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?

no. winDebug is sufficient. I was thinking about setting the WM_XXX messages
to a higher loglevel since they may create to many messages.

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


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