This merge request introduces configurable FluentHandler-class in fluent.php config.
This brings more flexibility when it comes to preparing data.
For example we wanted to have more control about what is sent to our logging instance. JsonPacker was not enough, as you can't access the raw-$record["context"].
We created a class which extends the stock \Ytake\LaravelFluent\FluentHandler.
This merge request introduces configurable
FluentHandler
-class influent.php
config. This brings more flexibility when it comes to preparing data.For example we wanted to have more control about what is sent to our logging instance.
JsonPacker
was not enough, as you can't access the raw-$record["context"]
.We created a class which extends the stock
\Ytake\LaravelFluent\FluentHandler
.and added that to our
fluent.php
-config