Is there a quick way in vanilla PHP to log things?
I have only the basic PHP extensions available in the default PHP installation. Just wondering if there was a quick and easy way to log data in the backend? I'm using
error_log
error_log
but that's stopping the application it seems when I use it so need something that won't stop the app and log the data to a file