mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-18 10:51:19 +02:00
Update readme
This commit is contained in:
15
README.mdown
15
README.mdown
@@ -1,7 +1,14 @@
|
|||||||
Monolog - Logging for PHP 5.3
|
Monolog - Logging for PHP 5.3+ [](http://travis-ci.org/Seldaek/monolog)
|
||||||
=============================
|
==============================
|
||||||
|
|
||||||
[](http://travis-ci.org/Seldaek/monolog)
|
Monolog sends your logs to files, sockets, inboxes, databases and various
|
||||||
|
web services. See the complete list of handlers below. Special handlers
|
||||||
|
allow you to build advanced logging strategies.
|
||||||
|
|
||||||
|
This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
|
||||||
|
interface that you can type-hint against in your own libraries to keep
|
||||||
|
a maximum of interoperability. You can also use it in your project to make
|
||||||
|
sure you can always use another compatible logger at a later time.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
@@ -168,7 +175,7 @@ About
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Any flavor of PHP 5.3 should do
|
- Any flavor of PHP 5.3 or above should do
|
||||||
- [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)
|
- [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)
|
||||||
|
|
||||||
Submitting bugs and feature requests
|
Submitting bugs and feature requests
|
||||||
|
Reference in New Issue
Block a user