Debug Console for PHP

描述

Adds debug / logging output that by default shows query, cache, and other helpful debugging information.

WebSite: https://bradkent.com/php/debug

Adds helpful logging methods and utilties

Logging methods:
– log
– info
– warn
– error
– group
– groupCollapsed
– assert
– count
– table
– trace
– time

inspect values (objects, methods, properties, constants, etc)

Send error notifications to email / discord / slack / teams

Other output options
– log file,
– javascript (browser console),
– ServerLog (browser extension),
– ChromeLogger (browser extension)
– FirePHP (browser extension)

安装

Use automatic installer.

评价

此插件暂无评价。

贡献者及开发者

「Debug Console for PHP」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

3.5

  • Initial release