From eb9613db7c8e0a13eb46df84160aadd3e9766ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfram=20H=C3=BCsken?= Date: Thu, 10 Mar 2016 11:24:03 +0800 Subject: [PATCH] Added new formatter --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index c58557f..8a6a6e1 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -18,6 +18,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**bramus/monolog-colored-line-formatter**](https://github.com/bramus/monolog-colored-line-formatter) extends the LineFormatter and adds ANSI coloring capabilities. - [**vube/monolog-splunk-formatter**](https://github.com/vube/monolog-splunk-formatter) extends LineFormatter and optimizes for Splunk log ingestion, specifically for context name=value data. +- [**lunatic666/monolog-bunyan-formatter**](https://github.com/Lunatic666/monolog-bunyan-formatter) formats your logs [bunyan style](https://github.com/trentm/node-bunyan) # Processors