Reputation: 5936
I'm looking for logger for PHP like log4j. can you suggest me witch logger that I can use ?
Thanks,
Upvotes: 0
Views: 331
Reputation: 169
This is a very popular logging layer library for PHP - https://github.com/Seldaek/monolog It provides many integrations, including sending data to https://www.loggly.com/ or https://sentry.io/welcome/
Also, many logging services, like https://phplogger.com/, support Monlog in one form or another
Upvotes: 0