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 |
BetaWas this translation helpful?Give feedback.
0 replies
Sign up for freeto 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:
BetaWas this translation helpful?Give feedback.
All reactions