0
Well the default php log system doesn’t suit me 100%.
I wanted to know if there is any way when a php error occurs, I need to save a log and some values that are in, some variables.
I already know how to create and write the txt file, what I need and how to identify that an error occurred in php?
Have you checked the monolog? https://github.com/Seldaek/monolog
– RFL