1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Updated CHANGELOG & README

This commit is contained in:
Jordi Boggiano
2011-07-20 00:07:40 +02:00
parent 45b6740a0e
commit fe0b8b59ed
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
* 1.1.0
Changes:
* Added MemoryPeakUsageProcessor and MemoryUsageProcessor
* 1.0.0 (2011-07-06) * 1.0.0 (2011-07-06)
Changes: Changes:

View File

@@ -62,6 +62,8 @@ Processors
- _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated. - _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated.
- _WebProcessor_: Adds the current request URI, request method and client IP to a log record. - _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.
About About
===== =====