分享Windows日志查看工具分享
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了分享Windows日志查看工具分享相关的知识,希望对你有一定的参考价值。
在Linux下查看日志,使用tail、grep、find等命令还比较方便,后来需要在Windows中处理一些问题,发现缺少类似的功能,比如tailf实时输出,于是在网上收集了一些相关的小工具,希望能够帮助到大家。
这些工具分为两类,一种是在Windows上模仿Linux的行为,使用类似的命令解决,比如:
- tail for Windows: http://www.trisunsoft.com/tail-for-windows.htm
- Tail for Win32: https://sourceforge.net/projects/tailforwin32/
- MinGW: http://www.mingw.org/
- Cygwin: https://www.cygwin.com/
- git自带的tail: https://git-scm.com/
另外一种就是Windows GUI风格的工具,比如:
- Hoo WinTail: http://www.hootech.com/WinTail/
- BareTail: http://www.baremetalsoft.com/baretail/index.php
- Tail4win: http://www.withdata.com/tail4win/index.html
- LogViewer Pro: http://www.uvviewsoft.com/logviewer/
- Java Log Viewer: https://sourceforge.net/projects/jlogviewer/
- OtrosLogViewer: https://github.com/otros-systems/otroslogviewer
- LogExpert: http://www.log-expert.de/
转自:https://www.cnblogs.com/jiangxinnju/p/5456915.html
以上是关于分享Windows日志查看工具分享的主要内容,如果未能解决你的问题,请参考以下文章