bitexpert/slf4psrlog
最新稳定版本:0.1.3
Composer 安装命令:
composer require bitexpert/slf4psrlog
包简介
Simple Logging Facade for Loggers implementing PSR-3 logging interface.
README 文档
README
The Simple Logging Facade for PSR-3 loggers serves as a simple facade or abstraction for the various logging frameworks implementing the PSR-3 logging standard. To achieve true interoperability, your own code should not depend on a specific library implementing the PSR-3 logging standard.
Installation
The preferred way of installing bitexpert/slf4psrlog is through Composer. Simply add bitexpert/slf4psrlog as a
dependency:
composer.phar require bitexpert/slf4psrlog
Example
Configure a callable to return a logger instance:
\bitExpert\Slf4PsrLog\LoggerFactory::registerFactoryCallback(function($channel) { // return configured PSR-3 logger instance });
In your classes create a logger instance by calling:
$logger = \bitExpert\Slf4PsrLog\LoggerFactory::getLogger(__CLASS__);
The \bitExpert\Slf4PsrLog\LoggerFactory will delegate the call to the callback function which needs to return an instance of a PSR-3 logger.
License
slf4psrlog is released under the Apache 2.0 license.
统计信息
- 总下载量: 14.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-06-07