1

我有一个部署在 WebSphere Application Server 中的 JAVA 项目。发生错误时,日志会显示如下内容:

[1/4/13 6:49:30:133 MYT] 0000003d theDaoImpl E org.huahsin.dao.impl.theInitDaoImpl getStatus [theInitDaoImpl:getStatus]
at org.huahsin.dao.impl.theInitDaoImpl.getStatus(Unknown Source)

这个项目是使用 Ant 构建的,我已经将源代码包含在这个 war 文件中。我可以知道如何将源代码绑定到日志中,以便更清楚地了解特定功能上发生的情况getStatus()

4

1 回答 1

0

感谢@Gimby 和@ppeterka 的提示,我通过将属性debug="on"放在<javac>标签中解决了这个问题。

于 2013-01-07T07:33:41.270 回答