diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 95a319f..8d473ea 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -2,17 +2,17 @@ This page lists third party packages implementing useful Monolog handlers, forma # Handlers -- [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. -- [mead-steve/mono-snag](https://github.com/meadsteve/MonoSnag) Sends log records to a [bugsnag](https://bugsnag.com/) account. -- [bartlett/monolog-callbackfilterhandler](https://github.com/llaville/monolog-callbackfilterhandler) handler wrapper that filters records based on a list of callback functions. -- [waza-ari/monolog-mysql](https://github.com/waza-ari/monolog-mysql) allows to store log messages in a MySQL Table -- [bartlett/monolog-growlhandler](https://github.com/llaville/monolog-growlhandler) handler that send notifications to Growl on Mac OS X and Windows +- [**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. +- [**mead-steve/mono-snag**](https://github.com/meadsteve/MonoSnag) Sends log records to a [bugsnag](https://bugsnag.com/) account. +- [**bartlett/monolog-callbackfilterhandler**](https://github.com/llaville/monolog-callbackfilterhandler) handler wrapper that filters records based on a list of callback functions. +- [**waza-ari/monolog-mysql**](https://github.com/waza-ari/monolog-mysql) allows to store log messages in a MySQL Table +- [**bartlett/monolog-growlhandler**](https://github.com/llaville/monolog-growlhandler) handler that send notifications to Growl on Mac OS X and Windows # Formatters -- [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. +- [**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. # Processors