Monday, July 12, 2021

get content logfile by power shell

 In any batchmode run you can specify a log file location with an argument -logFile, this file will be written into live during the execution of the given method. You can easily monitor the file using different commands. One of them is from powershell: get-content "c:\location-to-your-log.log" -wait


No comments:

Post a Comment