如何集成 codeigniter 和 log4php?
我想将 Log4php 集成到我的 codeigniter 应用程序中。
codeigniter 中有一个库可以做到这一点吗?
I want to integrate Log4php to my codeigniter application.
Is there a library in codeigniter to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我正在使用这个: https://github.com/fukata/ci-log4php
I'm using this: https://github.com/fukata/ci-log4php
我们一直在 CI 中使用 log4php,因为它使我们能够密切关注错误/通知,而客户看不到它们,因为客户会对这些无害的通知感到恼火。
我们尝试直接将 Log4PHP 与 CI 结合使用,但这有点棘手。为了补充 CTAPbIu_MABP 的答案,fukata 的 ci-log4php 集成起来要简单得多,因为它提供了易于使用的帮助程序/库/配置文件,可以直接在应用程序中移动。
这是关于此的详细博客条目。
http://tudip.blogspot.in/2012/05/log4php-with -codeigniter.html
希望它对某人有帮助。
We have been using log4php with CI as it gives us ability to keep an eye on error/notices while clients do NOT see them as clients get annoyed looking at those harmless notices.
We tried using Log4PHP directly with CI but it was bit tricky. To add to CTAPbIu_MABP's answer, fukata's ci-log4php is much simpler to integrate as it gives readily usable helper/libraries/config files that can be moved directly inside your application.
Here is a detailed blog entry about this.
http://tudip.blogspot.in/2012/05/log4php-with-codeigniter.html
Hope it helps someone.
有关在 CI 中实现 log4php 的完整过程,请参阅以下链接
setting-up-log4php-with-code-igniter
但我更倾向于使用 CI 的内置机制来记录错误
for completer procedure of implementing log4php in CI refer the below link
setting-up-log4php-with-code-igniter
but I would give more preference to the inbuilt mechanism of CI used for logging error