Seldaek / monolog

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

[#1878] User definable duplication for DeduplicationHandler #1879

Closed cracksalad closed 4 months ago

cracksalad commented 5 months ago

This is a draft to solve #1878

Feel free to comment on the changes I made!

Although the tests ran through without modification, this change is not backwards compatible when you look at it closely, because it changes the signature of several methods (changed visibility from private to protected, add parameters etc.).

Seldaek commented 4 months ago

Thanks!