Make sendPacket a protected function#21
Make sendPacket a protected function#21kenziedeschepper wants to merge 1 commit intoitspire:masterfrom
Conversation
Make sendPacket a protected function to allow overrides in classes extending this handler.
|
Hi, |
|
I'm writing an specific extension for Drupal cms. Where I would like to use the symfony process component (Symfony\Component\Process\Process) to handle the api request for sending the log to Loki async. It's based on an existing Drupal module: https://git.drupalcode.org/project/monolog_loki/-/blob/1.x/src/Logger/Handler/LokiHandler.php |
|
Ok. |
Make sendPacket a protected function to allow overrides in classes extending this handler.