Replies: 1 comment
-
That depends on the handers you use in Monolog. If you forable used one of mine: https://github.com/WyriHaximus/reactphp-psr-3-stdio that won't block the event loop, but most of the buildin handlers in Monolog wil |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the question suggests, I am using a custom logger class which basically extends the Monolog\Logger, I call my logger class inside an async function try catch block to log exceptions and then continue, what happens then, do the event loop blocks?
Here's an example:
Beta Was this translation helpful? Give feedback.
All reactions