From b3bd7cc7586bbe4dd5c40eb474351ffe02b01eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Wed, 2 Aug 2023 11:25:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5415bf5..490af2d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All mentioned classes can be found in the namespace `Me\BjoernBuettner\Logger`. ### EagerMonologRoundRobinFileHandler -The eager monolog round robin file handler for [Monolog]() writes directly to a set of files, that are randomly chosen from a list of possible files. This means, that the chance of a file being written to by multiple handlers at once gets way smaller, removing nearly all of the performance impact. +The eager monolog round robin file handler for [Monolog](https://github.com/Seldaek/monolog) writes directly to a set of files, that are randomly chosen from a list of possible files. This means, that the chance of a file being written to by multiple handlers at once gets way smaller, removing nearly all of the performance impact. ### LazyLoggerFacade @@ -22,4 +22,4 @@ This is a psr-compatible implementation of a logger only dumping the messages fr ### LazyMonologHandlerFacade -The lazy monolog handler facade is an implementation of a [Monolog]() handler only dumping the messages from memory after a request finished. This completely removes all remote access overhead from the user-measurable webrequest speed. \ No newline at end of file +The lazy monolog handler facade is an implementation of a [Monolog](https://github.com/Seldaek/monolog) handler only dumping the messages from memory after a request finished. This completely removes all remote access overhead from the user-measurable webrequest speed.