wampserver - WAMP show logs in realtime in console -


i'am using wampserver, , it's located in d:/wamp/. there way show logging window or console in realtime i'am crawling on server web ?

on unix/linux boxes tend use tail command watch logs browse debugging. of course, windows has no equivalent, there few options. 1 settled mtail. it's standalone app , not command line program, you'd expect:

mtail @ work

i going suggest using unxtools, suite of ported gnu tools can used on command line, it's out of date , trying on more recent versions of windows had problems. can download them sourceforge if want take look. tail windows, windows app unfortunately doesn't seem work on later versions, included here in case saves time looking.

of course, may find if prefer command line want @ getting cygwin installed, contains host of commands use task have.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -