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

Add scalar value formatter

This commit is contained in:
adlawson
2013-11-03 13:26:02 +00:00
parent 7f99ac07d3
commit c35d4016db
3 changed files with 209 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ Formatters
- _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.
- _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/).
- _ScalarFormatter_: Used to format log records into an associative array of scalar values.
Processors
----------