我阅读了这篇关于如何使用 JSON 格式记录 NodeJS 应用程序的文章http://journal.paul.querna.org/articles/2011/12/26/log-for-machines-in-json/ 。
我认为这很有趣,我正在为 PHP 搜索类似的东西,但是关键字“PHP”、“Logs”和“JSON”在 Google 中不能很好地协同工作^^u
您知道或使用任何东西在您的 PHP 应用程序中以 JSON 格式记录吗?
谢谢!
我阅读了这篇关于如何使用 JSON 格式记录 NodeJS 应用程序的文章http://journal.paul.querna.org/articles/2011/12/26/log-for-machines-in-json/ 。
我认为这很有趣,我正在为 PHP 搜索类似的东西,但是关键字“PHP”、“Logs”和“JSON”在 Google 中不能很好地协同工作^^u
您知道或使用任何东西在您的 PHP 应用程序中以 JSON 格式记录吗?
谢谢!
你可以检查独白。它也是 symfony2 的默认日志库。
并检查 json 格式化程序
我也推荐Monologo,这里有monolog的基本用法:
https://github.com/Seldaek/monolog/blob/master/doc/usage.md
在你的情况下使用 JsonFormatter