da7388c9c8
It's confusing that wxLogInfo() and wxLogVerbose() are exactly the same and the former, and not only the latter, doesn't do anything unless SetVerbose() had been called, even if the log level is wxLOG_Info or higher. Fix this by checking for GetVerbose() in wxLogVerbose() only and making wxLogInfo() check the log level only. This makes it very similar to wxLogMessage() but this is not such a bad thing. Also improve wxLogVerbose() documentation. |
||
---|---|---|
.. | ||
wx | ||
check_syntax.sh |