定制 projs/console 二次开发

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

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

projs/console

最新稳定版本:v0.0.1

Composer 安装命令:

composer require projs/console

包简介

README 文档

README

Latest

<script src="https://philippn.com/vendor/console/dist.js"></script>

A certain version

<script src="https://philippn.com/vendor/console/v0.0.1/dist.js"></script>

Composer (PHP Packagist)

composer require projs/console
<script src="/vendor/projs/console/dist.js"></script>

NPM @todo

◦ Use

Config

const Console = new _Console();
Console
    //.setWriteToConsole(true) // Control the whole output in browser console
    //.setWarn(false) // Use a simple 'console.log()' (no backtrace included), otherwise 'console.warn()'
    //.setDebug(true) // Use JS 'debugger'
    .setLevels(['click', 'watch']) // 'placeholder' not included by default
;

Default usage

Console.log('Text here', 'Text here2'); // Output is optional here

To see only placeholders

Console.setLevels(['placeholder']); // Other levels are not logged

Console.placeholder(); // Other levels are not logged

To see placeholders and a certain level

Console.setLevels(['watch', 'placeholder']);

Console.level('watch', 'Text here'); // Output is optional here
Console.placeholder('Text here');

Force log

Console._log('Text here'); // Output is optional here

Force log and debug

Console.__log('Text here'); // Output is optional here

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-04