|
Hoo WinTail is a real-time file viewing Windows utility like the Unix tail -f utility. It can be used to view the end of a growing file. It is ideal for viewing application traces or server logs in real time, as they are generated. Quickly viewing the last part of a large file without the need to load the entire file.
Hoo WinTail can capture and display OutputDebugString(Windows Debug API) and TRACE(MS Visual C++ Debug Function) output as well.
Keywords: wintail windows tail tail tail -f unix tail trace outputdebugstring real-time file viewing windows utility unix tail f utility
|