日志文件位置

发布于 2024-11-13 22:32:34 字数 75 浏览 1 评论 0原文

我们正在为 WIN CE 设备开发一个 COM。它将被 ASP 页面使用。它将把执行信息记录到日志文件中。保存日志文件的理想位置是什么?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神魇的王 2024-11-20 22:32:35

不存在“理想”的位置。将它们放在有空间并且可以再次找到它们的地方。也许您有持久存储并且想将其放在那里(例如 \Hard Disk\USB Disk\Storage Card),也许您不希望它持久存在,并且您希望将其放入临时日志文件夹中,例如 \Temp\Logs。基本上这取决于您和您想要的设备架构。其他人没有办法告诉你他们应该去哪里。

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 Disk or \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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文