From 6dd6f040e8bf6f8f4ad1d20f2e77f4e69ed11576 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sun, 8 May 2011 18:26:39 +0200 Subject: [PATCH] Updated README --- README.mdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.mdown b/README.mdown index 83d0893c..3004bd00 100644 --- a/README.mdown +++ b/README.mdown @@ -34,16 +34,16 @@ Notable Features (non-exhaustive and incomplete) - _FingersCrossedHandler_: A very interesting handler. It takes a logger as parameter and will accumulate log records of all levels until a record exceeds the defined severity level. At which point it delivers all records, including those of lower severity, to the handler it wraps. This means that until an error actually happens you will not see anything in your logs, but when it happens you will have the full information, including debug and info records. This provides you with the info you need, only when you need it. - _FirePHPHandler_: Handler for [FirePHP](http://www.firephp.org/), providing inline `console` messages within [FireBug](http://getfirebug.com/). -Todo ----- - -- MailHandler - Requirements ------------ Any flavor of PHP 5.3 should do +Submitting bugs and feature requests +------------------------------------ + +Bugs and feature request are tracked on [Github](https://github.com/Seldaek/monolog/issues) + Author ------