Skip to content

Commit b0e01f3

Browse files
committed
edit
1 parent 1f53a7e commit b0e01f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/monitoring-logging/logging.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ and other events that occur while your application runs.
2828
The {+library-short+} supports `Psr\\Log\\LoggerInterface
2929
<https://www.php-fig.org/psr/psr-3>`__, a PSR-3
3030
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
3333
the MongoDB C driver and the {+extension-short+}, so the logger receives event notifications
3434
from both components.
3535

0 commit comments

Comments
 (0)