在 apache chainaw 中打开现有日志文件
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,使用 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