在 apache chainaw 中打开现有日志文件

发布于 2024-11-28 05:06:39 字数 109 浏览 0 评论 0原文

是否可以使用 apache chainaw 在我的 j2ee 应用程序中打开由 log4j 生成的现有日志文件,而不使用任何特殊配置?

我不知道该怎么做。

谢谢, 阿尤斯曼

is it possible to open an existing log file generated by log4j in my j2ee application using apache chainsaw, without using any special configurations?

I am not sure how to do this.

Thanks,
Ayusman

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

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

发布评论

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

评论(1

[旋木] 2024-12-05 05:06:39

是的,使用 Apache Chainsaw 的最新开发人员快照,可在此处获取:http://people.apache.org/~sdeboy

显示 Chainsaw 配置对话框时,选择“处理日志文件”选项,单击“打开文件”链接浏览到您的日志文件,然后将“日志文件格式”更改为 MESSAGE(您可以指定完整的格式,但这将在至少将您的消息快速输入 Chainsaw)。

有关如何完全指定格式的信息,请参阅此处的 VFSLogFilePatternReceiver javadoc:http://logging.apache.org/chainsaw/apidocs/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.html

Yes, use the latest developer snapshot of Apache Chainsaw, available here: http://people.apache.org/~sdeboy

When the Chainsaw configuration dialog is displayed, choose the 'process a log file' option, click the 'open file' link to browse to your log file and then change the 'log file format' to MESSAGE (you can specify a complete format, but this will at least get your messages into Chainsaw quickly).

For information on how to specify the format completely, see the VFSLogFilePatternReceiver javadoc here: http://logging.apache.org/chainsaw/apidocs/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.html

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