Simple log file viewer plugin with the following feature(s): Open any .log, .out or .txt file. Force refresh of file. Scroll to top and end of file. Clear file.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "spiderlog" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
In order to use the plugin right-click on any .log
, .out
or .txt
file and select Open with Spiderlog
This will result in the spiderlog view being open with the file content present.
We can also show the idea.log
file in spiderlog by using:
Help > Show Log in Spiderlog
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Plugin based on the IntelliJ Platform Plugin Template.