lucite/mocklogger 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

lucite/mocklogger

最新稳定版本:v0.0.3

Composer 安装命令:

composer require lucite/mocklogger

包简介

README 文档

README

A simple psr3 implementation meant for unit testing.

Installation

composer require lucite/mocklogger

Usage

Instead of writing messages somewhere, all messages are pushed onto an array (->logs). Messages are prepended with [$LEVEL] where $LEVEL is the all caps name of the function used to log the message. The $context arg is simply json_encoded and appended onto the message.

There are a number of handy utility functions that could be useful for testing:

  • ->count() returns the number of messages that have been logged.
  • ->reset() clears the log array.
  • ->last() returns the most recently logged message

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-23