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
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-23