PHP monitor for all my apps' and sites' errors, logs, etc
问题 What I'd like I'd like to have an internal web app in PHP where I can look at all my errors, logs, etc., from all my apps and sites. Let me paint a picture to explain: I'd like to go to something like monitor.thecompany.com and I will see that there was an error uploading a file on client1.com and that a new user was registered at client2.com. Internals I imagine that I would call a function in my apps and sites (something like send_to_monitor($type, $title, $description) ), which would send