From 301b817501fedfd9d43c42c4b5cb6fbe33a4a568 Mon Sep 17 00:00:00 2001 From: hamidrezaniazi <33026895+hamidrezaniazi@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:54:56 +0200 Subject: [PATCH] add pecs formatter --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index a4eea72..d43de15 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -59,6 +59,7 @@ monolog-stackdriver-handler**](https://github.com/netflie/monolog-stackdriver-ha https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the log as PRETTY_PRINT JSON with unicode support and without escaping slashes. - [**gfaugere/monolog-colored-line**](https://github.com/gfaugere/monolog-colored-line) an alternative take on adding coloring capabilities, adding variables to control which parts of the line are colored. - [**mimmi20/monolog-streamformatter**](https://github.com/mimmi20/monolog-streamformatter) an alternative line formatter which uses a symfony console table to write out extra data. +- [**hamidrezaniazi/pecs**](https://github.com/hamidrezaniazi/pecs) is a PHP package that facilitates the usage of ECS (Elastic Common Schema) within PHP applications. It simplifies the transformation of data layers into the standard ECS schema and can be used with Monolog for seamless integration. # Processors