So today I'm trying to do something incredibly mundane, but can't seem to find the right answer anywhere.
I just want to print out a statement to my Apache 2 log file.
I have php and perl working beautifully, but can't seem to figure out the correct statement for Javascript (.js)
I'm honestly not even sure if I need any modules for the task either. Any assistance would be rad.
Obviously I can get a little output in my web browser, but it would be really helpful to get an output in sequence in my log file, just to get a better visualization of how everything is working together.
Is there any way to pipe that web browser output back and written to my log file?
Thanks!