如何将滚动日志归档到 ent 库 v4.1 中的不同 floder 中

发布于 2024-10-07 02:46:25 字数 205 浏览 7 评论 0原文

我想知道将旧日志存档到文件夹而不是主日志文件目录中的最简单方法是什么。 我到底是什么意思?

例如:我登录到一个名为“Operation_Log.txt”的文件,每天\10mb日志被“滚动”并创建一个新的Operation_Log.txt”,旧文件变成“$CurrentTime_Operation_Log.txt”,我想要要在不同的目录中创建“rolled”文件,如何做到这一点?

I want to know what is the simplest way to archive my old logs into a folder but not in the main logging file directory.
what the hell do I mean?

for example: I logging into a file called "Operation_Log.txt" and I every day\10mb the log is "rolled" and a new Operation_Log.txt" is created and the old file become "$CurrentTime_Operation_Log.txt", I want the "rolled" file to be created in a different directory how can this be done?

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

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

发布评论

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

评论(2

不必了 2024-10-14 02:46:26

构建一个可以执行此操作的应用程序并将其驻留在服务器上。让它作为计划任务每​​天运行一次。
请参阅有关 System.IO.File 类 的文档读取/写入文件。
Now.ToString 将为您提供 .Net 中字符串格式的当前时间。

Build an application that can do it and have it reside on the server. Have it run once per day as a scheduled task.
See documentation on the System.IO.File Class for Reading/Writing the files.
Now.ToString will give you the current time in string format in .Net.

夢归不見 2024-10-14 02:46:26

移至 Ent Lib 5.0 - 在日志记录应用程序块中,有一个新的配置,可以仅保存一些旧日志文件

Move to Ent Lib 5.0 - in the logging application block there is a new configuration to enable to the saving on only a number of old logs files

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