File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/monitoring-logging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ and other events that occur while your application runs.
28
28
The {+library-short+} supports `Psr\\Log\\LoggerInterface
29
29
<https://www.php-fig.org/psr/psr-3>`__, a PSR-3
30
30
logger interface that configures your application to receive log messages.
31
- You can register one or more ``Psr\Log\LoggerInterface`` objects to
32
- send messages to the logger. The {+library-short+} is built on top of
31
+ You can register one or more instances of a class that implements
32
+ ``Psr\Log\LoggerInterface`` to send messages to the logger. The {+library-short+} is built on top of
33
33
the MongoDB C driver and the {+extension-short+}, so the logger receives event notifications
34
34
from both components.
35
35
You can’t perform that action at this time.
0 commit comments