From c5008281f3626cb706604e24fc308a77a59bda52 Mon Sep 17 00:00:00 2001 From: Merab Tato Kutalia Date: Sat, 4 Mar 2017 11:50:18 +0400 Subject: [PATCH] added new formatter --- Third-Party-Packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index ce1236a..1434806 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -28,6 +28,8 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**lunatic666/monolog-bunyan-formatter**](https://github.com/Lunatic666/monolog-bunyan-formatter) formats your logs [bunyan style](https://github.com/trentm/node-bunyan) - [**superbalist/monolog-google-cloud-json-formatter**](https://github.com/Superbalist/monolog-google-cloud-json-formatter) formats your logs for Google Cloud Logging. - [**serendipity_hq/monolog_colorful_html_line_formatter**](https://github.com/Aerendir/MonologColorfulHtmlLineFormatter) formats the log as HTML with coloring but following a short one-line per record model like the LineFormatter. +- [**tatocaster/monolog-json-unicode-pretty-formatter**]( +https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the log as PRETTY_PRINT JSON with unicode support and without escaping slashes. # Processors