bd808/monolog-udp2log-handler
最新稳定版本:v1.0.1
Composer 安装命令:
composer require bd808/monolog-udp2log-handler
包简介
A handler for Monolog that emits udp2log datagrams.
README 文档
README
Monolog handler that replicates the behavior of the MediaWiki wfErrorLog() logging system. Log output can be directed to a local file, a PHP stream, or a udp2log server.
Installation
udp2log-monolog-handler is available on Packagist (bd808/udp2log-monolog-handler) and is installable via Composer.
{
"require": {
"bd808/udp2log-monolog-handler": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any PSR-4 compatible autoloader.
$ git clone https://github.com/bd808/udp2log-monolog-handler.git
Run the tests
Tests are automatically performed by Travis CI:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit
统计信息
- 总下载量: 3.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-14