1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-14 17:14:16 +02:00

add pecs formatter

hamidrezaniazi
2023-06-13 14:54:56 +02:00
parent 86c943db50
commit 301b817501

@@ -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