esternin / eXtrema

https://www.physics.brocku.ca/Labs/extrema/
GNU General Public License v2.0
6 stars 1 forks source link

Don't use wxLogDebug() resulting in tons of output #47

Closed vadz closed 3 years ago

vadz commented 3 years ago

This is annoying and mostly unnecessary, as it's only useful when debugging font-related problems and not always.

Use wxLogTrace() which allows to enable this output, by setting WXTRACE environment variable to "font", only when it's really wanted.

esternin commented 3 years ago

Thanks, good idea