文件名称:日志监测 实时监测
文件大小:23KB
文件格式:ZIP
更新时间:2018-05-04 10:35:55
日志监测
LogFilePurger:
--------------
//清除
Purges all files in a folder older than X days. This was written to keep log folders
from growing too large, specifically cruise control artifact folders.
Command Line Parameters:
param1 = [optional] Path to Directory
param2 = [optional default = 30] Number of Days
Example:
LogFilePurger.exe "c:\logs" 90
When param1 is provided, the UI will not appear and the app will immediately
clean the folder with no prompts(提示). If there is an error, it will be written to
a logfile within the same directoy as the executable
Cruise Control Project Example:
【文件预览】:
LogFilePurger.exe
readme.txt
LogMonitor.exe
license.txt