定制 dk4software/php-debug-utils 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dk4software/php-debug-utils

最新稳定版本:0.8

Composer 安装命令:

composer require dk4software/php-debug-utils

包简介

A utility to debug php code.

README 文档

README

This is a small utility to debug Magento code using logs. You can use it by adding this library:

composer require dk4software/php-debug-utils

Feel free to fork and enhance.

By default it will insert logs into /var/www/var/log/mylog.log

If you want to override, you can pass the log path as parameter: \Dk4software\Debug::instance('<your path>')

It has three methods:

  • evaluate($variable_to_examine, 'label') - examine a variable at a point in the code
  • trace() - Trace the execution at a point in code.
  • log($msg_string_to_output) - Log a message.

E.g:

\Dk4software\Debug::instance()->evaluate($coupon, '$coupon');
\Dk4software\Debug::instance()->log('My Message');
\Dk4software\Debug::instance()->trace();

Do remember to remove the code and use namespace before checking in the code.

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固