在 java.util.logging 中为一个类指定具有多个处理程序的多个记录器

发布于 2024-10-21 08:54:26 字数 199 浏览 8 评论 0原文

是否可以使用 java.util.logging 为一个类定义两个单独的记录器,每个记录器都有其专用的文件处理程序?我想要单独的日志文件来记录错误和其他应用程序消息。我正在尝试,但到目前为止还没有成功。

谁能建议这个问题可能的解决方案是什么?我在应用程序开始时初始化一个记录器,该记录器从logging.properties读取配置并在该类的一个函数中创建其他记录器。

Is it possible to define two separate loggers each with its dedicated file handler for one class using java.util.logging? I want separate log file for errors and other application messages. I am trying but no success so far.

Can anyone suggest what is the possible solution for this? I am initializing one logger at the start of application which reads configurations from logging.properties and creating other logger within one function of the class.

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

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

发布评论

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

评论(1

睫毛上残留的泪 2024-10-28 08:54:26

我知道 log4j 可以允许您将具有不同阈值(错误或应用程序消息)的消息发送到单独的文件。也许你可以调查一下。

看看如何配置log4j为同一个记录器将不同的日志级别记录到不同的文件

I know log4j can allow you to send messages with different thresholds (errors or application messages) to seperate files. Perhaps you could look into that.

Take a look at How to configure log4j to log different log levels to different files for the same logger

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