1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 06:36:46 +02:00

Add new processor to readme

This commit is contained in:
Jordi Boggiano
2014-04-04 17:18:39 +02:00
parent 2dd41709c6
commit 39c882a347

View File

@@ -207,6 +207,7 @@ Processors
- _ProcessIdProcessor_: Adds the process id to a log record. - _ProcessIdProcessor_: Adds the process id to a log record.
- _UidProcessor_: Adds a unique identifier to a log record. - _UidProcessor_: Adds a unique identifier to a log record.
- _GitProcessor_: Adds the current git branch and commit to a log record. - _GitProcessor_: Adds the current git branch and commit to a log record.
- _TagProcessor_: Adds an array of predefined tags to a log record.
Utilities Utilities
--------- ---------