monolog-colored-line-formatter icon indicating copy to clipboard operation
monolog-colored-line-formatter copied to clipboard

With Monolog 3.0, fails

Open tolgaulas opened this issue 1 year ago • 2 comments

Monolog 3.0 removed \Monolog\Level::getLevels() per the release notes (https://github.com/Seldaek/monolog/blob/main/UPGRADE.md) so Bramus\Monolog\Formatter\ColorSchemes\ColorSchemeTrait.setColorizeArray fails and should be replaced with \Monolog\Level::VALUES) as suggested by monolog release notes

tolgaulas avatar Jul 22 '22 05:07 tolgaulas

I’m open to a PR that fixes this.

bramus avatar Jul 22 '22 22:07 bramus