che/log-stock 问题修复 & 功能扩展

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

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

che/log-stock

最新稳定版本:1.0.0

Composer 安装命令:

composer require che/log-stock

包简介

Static Logger Manager

README 文档

README

Logging functionality is required in all classes, so it is one of situations where static code is a good choice. Now you can create more logs with your preferred logging library.

Installation

Composer package is available.

Or just clone the repository (or download versions by tags) and include the library with PSR-0 autoloader.

Usage

namespace Acme\Foo;

use Che\LogStock\LoggerManager;

class Bar
{
    private $logger;

    public function __construct()
    {
        $this->logger = LoggerManager::getLogger(__CLASS__);
    }

    public function doSomething($param)
    {
        $this->logger->info('Do something.', array('param' => $param));
        //...
    }
}

Integration

Author

Kirill chEbba Chebunin iam@chebba.org.

License

LogStock is subject to the MIT license that is bundled with this package in the file LICENSE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-03-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固