Linux has tail command. What about Windows? You can use Powershell to tail a file.
Get-Content myLog.log –Wait
Linux has tail command. What about Windows? You can use Powershell to tail a file.
Get-Content myLog.log –Wait