[Wine] Re: Does wine enable logging and if so can I disable it? And how

vitamin wineforum-user at winehq.org
Sat Feb 20 19:50:26 CST 2010


Susan Cragin wrote:
> Aren't these all things that have to be turned on in the first place, with winedbg?

No. Wine does not have a special "logger" process. All Wine has is a mechanism to enable/disable printing of some messages from all over the code. Ex:

Code:
if (logging_enabled) printf("Some log message\n");



One can control what logging enabled/disables via WINEDEBUG environment variable.







More information about the wine-users mailing list