Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.05k stars 1.9k forks source link

Added possibility to set max length for level name in LineFormatter #1850

Closed philipp-check24 closed 1 year ago

philipp-check24 commented 1 year ago

Fixes https://github.com/Seldaek/monolog/issues/1785

Seldaek commented 1 year ago

Thanks, I did tweak the implementation a bit to use a setter instead of constructor as the constructor is already quite loaded and this is not really a major use case.