如何集成 codeigniter 和 log4php?

发布于 2024-11-30 21:46:46 字数 79 浏览 0 评论 0原文

我想将 Log4php 集成到我的 codeigniter 应用程序中。

codeigniter 中有一个库可以做到这一点吗?

I want to integrate Log4php to my codeigniter application.

Is there a library in codeigniter to do this?

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

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

发布评论

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

评论(3

回眸一遍 2024-12-07 21:46:46

我们一直在 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.

倾其所爱 2024-12-07 21:46:46

有关在 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

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