Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored Aug 2, 2023
1 parent de818cc commit b3bd7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ 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

This is a psr-compatible implementation of a logger only dumping the messages from memory after a request finished. This completely removes the file access overhead from the user-measurable webrequest speed.

### 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.
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.

0 comments on commit b3bd7cc

Please sign in to comment.