diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index c0387f5..c6b0814 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -2,11 +2,12 @@ This page lists third party packages implementing useful Monolog handlers, forma # Handlers -- [nackjicholson/monolog-gitter-im](https://github.com/nackjicholson/monolog-gitter-im) allows sending log records to the [gitter.im](https://gitter.im/) API. +- [nackjicholson/monolog-gitter-im](https://github.com/nackjicholson/monolog-gitter-im) sends log records to the [gitter.im](https://gitter.im/) API. +- [logentries/logentries-monolog-handler](https://github.com/logentries/logentries-monolog-handler) sends log records to a [logentries.com](https://logentries.com/) account. # Formatters -- [bramus/monolog-colored-line-formatter](https://github.com/bramus/monolog-colored-line-formatter) - extends the LineFormatter and adds ANSI coloring capabilities. +- [bramus/monolog-colored-line-formatter](https://github.com/bramus/monolog-colored-line-formatter) extends the LineFormatter and adds ANSI coloring capabilities. # Processors