定制 volkerschulz/cli-logger 二次开发

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

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

volkerschulz/cli-logger

最新稳定版本:0.2.1

Composer 安装命令:

composer require volkerschulz/cli-logger

包简介

Logger for PHP CLI

README 文档

README

Output errors, warnings, success or debug messages to ANSI terminal (color coded) or to dedicated log files (plain text). Automatically add timestamps and / or prefixes.

Installation

The recommended way to install CliLogger is through Composer.

composer require volkerschulz/cli-logger

Usage

Minimal:

use volkerschulz\CliLogger as log;

log::error('Error message');
log::success('Success message');

Security

If you discover a security vulnerability within this package, please send an email to security@volkerschulz.de. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced.

License

This package is made available under the MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-16