LogCat like view in Eclipse for non Android development
LogCat is a nice tool for Android development. Wonder if similar tool with multi-tab logs开发者_开发百科 filtering exists for normal Java development? Or may be there is some hack to send logs to LogCat from normal Java project?
Not exactly the same than LogCat, but nTail is an handy multi-tag log plugin.
It can be used for any kind of logs.
精彩评论