xcitestudios / logging
标准日志类和接口
1.0.4
2015-03-09 20:33 UTC
Requires
- ext-spl_types: 0.4.*
- psr/log: 1.0
- xcitestudios/generic: 1.*
- xcitestudios/json-schemas: 1.*
- xcitestudios/network: 1.*
Requires (Dev)
- justinrainbow/json-schema: 1.4.*@dev
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2024-09-28 17:38:22 UTC
README
设计用于统一和简化跨多种语言的日志记录的接口(PHP版本)。
安装
从一开始,这个包就在 Packagist(composer)上可用。
{ "require": { "xcitestudios/logging": "1.*" } }
文档
使用 PHPDocumentor 生成的文档可以在 http://xcitestudios.github.io/php-logging 找到
感谢
特别感谢 MediaSkunkWorks,在那里我得到了灵感,并为这些库的开发提供了时间,以确保它们不仅适合开源使用,也适合内部使用。
开发
想要贡献?创建 pull requests,我会联系你!
许可证
MIT