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

Added IntrospectionProcessor: Adds the line/file/class/method from which the log call originated

This commit is contained in:
Jordi Boggiano
2011-07-04 21:32:33 +02:00
parent 2a2d9afd9f
commit f93d6f0837
3 changed files with 117 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ Formatters
Processors
----------
- _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.
About