From 7414e5591d23d597f21ce8198ae9bb5d3790badd Mon Sep 17 00:00:00 2001 From: Tim Mower Date: Wed, 17 Oct 2012 10:51:43 +0100 Subject: [PATCH] Added info in readme --- README.mdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mdown b/README.mdown index c051eb19..9d7e11ac 100644 --- a/README.mdown +++ b/README.mdown @@ -147,6 +147,7 @@ Formatters - _WildfireFormatter_: Used to format log records into the Wildfire/FirePHP protocol, only useful for the FirePHPHandler. - _ChromePHPFormatter_: Used to format log records into the ChromePHP format, only useful for the ChromePHPHandler. - _GelfFormatter_: Used to format log records into Gelf message instances, only useful for the GelfHandler. +- _LogstashEventFormatter_: Used to format log records into [Logstash](http://logstash.net/) event json, useful for any handler listed under inputs [here](http://logstash.net/docs/1.1.1/). Processors ----------