https://github.com/bd808/udp2log-monolog-handler
Monolog handler for udp2log
https://github.com/bd808/udp2log-monolog-handler
Last synced: 4 months ago
JSON representation
Monolog handler for udp2log
- Host: GitHub
- URL: https://github.com/bd808/udp2log-monolog-handler
- Owner: bd808
- License: mit
- Created: 2014-09-14T17:05:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T05:03:29.000Z (over 11 years ago)
- Last Synced: 2025-10-21T09:44:15.141Z (8 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
udp2log-monolog-handler
=======================
[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.
[![Build Status][ci-status]][ci-home]
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][]:
[![Build Status][ci-status]][ci-home]
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
phpunit
---
[Monolog]: https://github.com/Seldaek/monolog
[MediaWiki]: https://www.mediawiki.org/wiki/MediaWiki
[ci-status]: https://travis-ci.org/bd808/udp2log-monolog-handler.png
[ci-home]: https://travis-ci.org/bd808/udp2log-monolog-handler
[bd808/udp2log-monolog-handler]: https://packagist.org/packages/bd808/udp2log-monolog-handler
[Composer]: https://getcomposer.org
[Travis CI]: https://travis-ci.org