We are developing A COM for a WIN CE device. It will be used by ASP pages. It will log execution information to a log file. What is the ideal location for keeping our log files?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no “ideal” location. Keep them where you have space and where you can find them again. Maybe you have persistent storage and you want to put it there (e.g.
\Hard Disk,\USB Diskor\Storage Card), maybe you don’t want it persistent and you want to put it in a temp log folder like\Temp\Logs. Basically it’s up to you and your device architecture where you want them. There no way for anyone else to tell you where they should go.