日志监测 实时监测
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 wil l be written to a logfile within the same directoy as the executable Cruise Control Project Example: Clean Logs C:\Path\To\LogFilePurger.exe "C:\Program Files\CruiseControl.NET\server\My Project\Artifacts" 90 LogMonitor: ----------- Allows you to monitor logfiles in realtime. param1 = [optional] path to logfile example: LogMonitor.exe "c:\logs\myfile.log" When param1 is provided, the UI will open and instantly start monitoring the specified file Credits ------- Author Jason Hinkle Copyright 2008 l be written to a logfile within the same directoy as the executable Cruise Control Project Example: Clean Logs C:\Path\To\LogFilePurger.exe "C:\Program Files\CruiseControl.NET\server\My Project\Artifacts" 90 LogMonitor: ----------- Allows you to monitor logfiles in realtime. param1 = [optional] path to logfile example: LogMonitor.exe "c:\logs\myfile.log" When param1 is provided, the UI will open and instantly start monitoring the specified file Credits ------- Author Jason Hinkle Copyright 2008
用户评论