Is there a program or a way to view php error log live on windows. I need something that watches the error log and when errors are logged it will display the list. Something similar to developer tools in your browser, although, it does not need to be nested within browser.
Asked
Active
Viewed 1,430 times
0
-
Is it a problem to watch apache logs? – Sharikov Vladislav Apr 25 '14 at 21:51
-
I was looking to watch it live, as the errors come in. The answer below is sufficient – user3574633 Apr 25 '14 at 22:08
1 Answers
1
See this post if you have windows powershell, equiv to tail on linux https://stackoverflow.com/a/188126/1136734
-
This is what I was looking for, although you have mistakenly posted the link twice. – user3574633 Apr 25 '14 at 22:04
-