如何同时监控多个日志文件

发布于 2024-10-30 02:33:13 字数 128 浏览 3 评论 0 原文

是否有任何 Java API 可以一次监视多个日志文件。即在 TailerListener 中,我们能够监视单个日志文件。

如果有任何 Java API 或任何简单的方法来监视多个日志文件,请告诉我。

Is there any Java API to monitor more than one log file at a time. i.e.in TailerListener we are able to monitor a single log file.

Please let me know if any Java API or any simple methods to monitor more than one log file.

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

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

发布评论

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

评论(3

╰沐子 2024-11-06 02:33:13

看一下 JNotify。它使用 Linux inotify 子系统。

从网页:

JNotify is a java library that allow java application to listen to file system events, such as:
 - File created 
 - File modified 
 - File renamed 
 - File deleted

还有一些其他的 java inotify 实现,这是一个很好的 有关该主题的文章

Take a look at JNotify. It uses the Linux inotify subsystem.

From the web page:

JNotify is a java library that allow java application to listen to file system events, such as:
 - File created 
 - File modified 
 - File renamed 
 - File deleted

There are a couple of other inotify implementations for java out there, and this is a good article on the topic.

我爱人 2024-11-06 02:33:13

简单地 使用相同的 Tailer 对象 href="http://commons.apache.org/io/apidocs/org/apache/commons/io/input/TailerListener.html" rel="nofollow">TailerListener 实例。

Simply create multiple Tailer objects using the same TailerListener instance.

忱杏 2024-11-06 02:33:13

我不确定我是否理解这个问题。你到底想做什么?

你尝试过使用 log4j 吗?如果我理解这个问题,您可以根据需要制作任意多个不同的日志文件。

I am not sure i understand the question. what exactly are you trying to do?

and did you try using log4j? if i understand the question you can make as many different log files as you like.

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