Eclipse 中的 @Profiled 注释(用于使用 Perf4j 日志记录)
我试图在我的 Eclipse 项目中使用 Perf4j 获取 @Profiled 注释来计时(和记录)方法调用。这使用了aspectj。我使用 Perf4j 开发人员指南< /a>.但是,当我在 Eclipse 项目中运行相同的代码时,不会创建日志文件。我尝试了很多方法,包括在工厂路径中添加所有注释编织器 jar,但无济于事。
Im trying to get the @Profiled annotation to time (and log) method calls using Perf4j in my eclipse project. This uses aspectj. Ive managed easily to get it to work in the Windows command line with javac using the Perf4j Developers Guide. However the log files aren't created when I run the same code in an eclipse project. Ive tried many things including adding all the annotation weaver jars in the factory path but to no avail.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 Eclipse AJDT 插件 并将项目转换为 AspectJ 项目。那么它应该可以工作。
执行以下操作:
Download the Eclipse AJDT plugin and convert the project to a AspectJ project. Then it should work.
Do the following: