This module provides a tool to monitor log changes in the Output tab.
This acts similar like a linux tail -f
done in a log folder.
- NetBeans version 12.2+
- Java version 1.8+
First, download the latest NBM package. Or download it from the nbm folder in this repository. Then proceed through the menu Tools > Plugins > Downloaded > Add Plugins...
Go to Tools > Plugins > Available Plugins, check NetBeans Case Converter in the Editing section, then click the Install button.
- Open the Services window (Window > Services)
- Click on the Log Watcher icon
- Right click -> Click on Add folder
- Select a folder and click OK
- Open the Services window (Window > Services)
- Click on the Log Watcher icon
- Right click -> Click on Add a log file
- Select a the file and click OK
- Right click on a folder and select
Watch
- Filter files to watch for changes
- Mark folders which don't exist anymore as broken
- Colored output for lines which contain exception
- Stop watch
- Clear log output
- Open folders and file in the host filesystem
- The add folder takes some time. This is a issue with the swing JFileChooser library
- Jtree not working properly on older netbeans versions < 18