tail the log file inside eclipse
Most common tool to follow the logs of the application is tail at least under unix, linux and probably mac osx operating systems. So we just need to open a console and type tail -f path/app.log. Fairly simple but it would be nice to have it inside eclipse, which turns out to be also very simple to configure it with the external tools of eclipse.
Open External Tools Configurations:

External tool configuration
Hit Run and that’s it. Windows users should install a tail for windows first!
Enjoy!
About this entry
You’re currently reading “tail the log file inside eclipse,” an entry on 110j
- Published:
- 8 July, 2009 / 11:55 pm
- Category:
- Eclipse, Open Source
- Tags:
- Eclipse, eclipse tools, logging, tail, Technology
1 Comment
Jump to comment form | comment rss [?] | trackback uri [?]