From 947c9fb1ef3eb040fd11b262896dc7525f81e47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20L=C3=B3pez?= Date: Thu, 11 Aug 2016 00:14:48 +0200 Subject: [PATCH] add monolog-timer-processor to Processors paragraph --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 06f2351..401ab24 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -26,6 +26,7 @@ This page lists third party packages implementing useful Monolog handlers, forma # Processors +- [**glopgar/monolog-timer-processor**](https://github.com/glopgar/monolog-timer-processor) allows to time fragments of code by adding timer info to the message contexts. # Others