iwalkalone/logger
Composer 安装命令:
composer require iwalkalone/logger
包简介
Yet another logger library
README 文档
README
Yet another logger library
Install
composer require iwalkalone/logger
Usage
$logger = new \iwalkalone\Logger();
$logger->consoleLog($message, $color, $timestamp, $endline);
Parameters:
- $message - message that will be displayed in console
- $color - color of the message displayed (defaults to console's default color)
- $timestamp - it defines if timestamp is displayed before the message (default true)
- $endline - it defines if adding endline to the end of message (default true)
统计信息
- 总下载量: 3.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-12-05