Debugging Techniques |
|
2024-11-25 |
|
|
18 |
|
|
Some errors/bugs are more critical then others and may require immidiate attention.
Or you may want to have all your error messages (php, system, etc...) in one place for
ease of monitoring.
In these cases instead of using error_log or custom error_handler you may want to use
a system logger, syslog.