Elmah 对于其他 PHP

发布于 2024-07-23 08:32:35 字数 237 浏览 4 评论 0原文

是否有 Elmah 相当于 PHP,特别是 Symfony?

Is there an Elmah equivalent for PHP in general, Symfony in particular?

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

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

发布评论

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

评论(4

破晓 2024-07-30 08:32:35

Symfony 附带了一个日志框架,可以将日志记录到文件或您想要提供的任何其他后端。 根据我对 Elmah 的理解,这已经是你所能得到的最接近的了——没有什么东西可以提供所有功能并与 Symfony 等框架集成。

查看 Symfony 书中的本章了解更多信息有关 Symfony 日志记录功能的信息。

Symfony comes with a logging framework that can log to file or any other backend you care to give it. From my understanding of Elmah this is about as close as you can get - there's nothing with all the features available and integrated with frameworks such as Symfony.

Please see this chapter in the Symfony book for more information on Symfony's logging capabilities.

攀登最高峰 2024-07-30 08:32:35

为了将来参考,elmah.io 也可用于 PHP。 我们主要关注 .NET,但我们的一些用户也将其用于 PHP。 看一下以下示例,开始将 PHP 错误记录到 elmah.io: https://github.com/elmahio/other-language-examples/blob/master/PHP/Logger.php

澄清一下,我是 elmah 的创始人.io 和 elmah.io 不以任何方式隶属于 ELMAH。 我们同名,但服务却截然不同。

For future reference, elmah.io can be used for PHP as well. We focus primarily on .NET, but some of our users use it for PHP as well. Take a look at the following example to start logging errors from PHP to elmah.io: https://github.com/elmahio/other-language-examples/blob/master/PHP/Logger.php

To make it clear, I'm the founder of elmah.io and elmah.io isn't affiliated with ELMAH in any way. We share the name, but the services are very different.

贪了杯 2024-07-30 08:32:35

error_log() 写入系统日志等。

您可以在 PEAR 还有...

error_log() writes to system log etc.

You can search in PEAR as well...

妳是的陽光 2024-07-30 08:32:35

我推荐 @Jet 推荐的 PEAR::Log 以及 set_error_handler()set_exception_handler()

I'd recommend PEAR::Log as recommended by @Jet, along with set_error_handler() and set_exception_handler().

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