1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

Remove separate V1 formatter from the read me.

This commit is contained in:
Oliver Byford 2013-09-16 10:23:02 +01:00
parent 45ae71f9a6
commit 81455d8331

View File

@ -183,7 +183,6 @@ Formatters
- _ChromePHPFormatter_: Used to format log records into the ChromePHP format, only useful for the ChromePHPHandler. - _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. - _GelfFormatter_: Used to format log records into Gelf message instances, only useful for the GelfHandler.
- _LogstashFormatter_: 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.5/). - _LogstashFormatter_: 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.5/).
- _LogstashV1Formatter_: Used to format log records into [logstash](http://logstash.net/)'s '[version 1](https://logstash.jira.com/browse/LOGSTASH-675)' event json (for 1.2.0 and newer).
Processors Processors
---------- ----------