feat/message handling
Compare changes
- Bartek Jaskulski authored
Add PSR processor, to handle inline variables in log statements, like "Registering user {id} with name {full_name}". https://www.php-fig.org/psr/psr-3/#12-message Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
+ 6
− 1
@@ -7,6 +7,7 @@ use Monolog\Handler\HandlerInterface;
@@ -30,7 +31,11 @@ final class SimpleLoggerFactory implements LoggerFactory {