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

mentioning pid processor in README #165

This commit is contained in:
anho
2013-02-20 21:18:01 +01:00
parent ff634744fe
commit bf2cdec9be

View File

@@ -183,6 +183,7 @@ Processors
- _WebProcessor_: Adds the current request URI, request method and client IP to a log record.
- _MemoryUsageProcessor_: Adds the current memory usage to a log record.
- _MemoryPeakUsageProcessor_: Adds the peak memory usage to a log record.
- _ProcessIdProcessor_: Adds the process id to a log record.
About
=====