Simple plugin that adds a tool window with a console that can be connected to any simple logging service that provides plaintext logs over TCP. For example, many embedded devices provide logs in such a way when set to debug mode.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "remote-log-console" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.