Where would be the best \"standard\" place to put an application\'s debug log file in a Windows user environment?
In this particular case, it is an application that
In the organization I work for we use the (%TEMP% or %TMP%)\CompanyOrProductName\Logs directory Using %APPDATA% may be problematic with roaming profiles if the logs are numerous or huge : it slows their login process ...