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
