itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

Add support for monolog v3 #687

Closed fedorovsergey closed 1 month ago

fedorovsergey commented 8 months ago

Changed argument type in method write() $record was an array, now it requires LogRecord object, in level property stored the numeric representation of level (100, 200 etc). Will use getName() to write 'DEBUG' 'WARNING' etc

itsgoingd commented 1 month ago

They never stop coming with new ones, thanks!