gluonhq / scenebuilder

Scene Builder is a visual, drag 'n' drop, layout tool for designing JavaFX application user interfaces.
https://gluonhq.com/products/scene-builder/
Other
748 stars 220 forks source link

Add ConsoleHandler to log to console #782

Closed jperedadnr closed 1 month ago

jperedadnr commented 1 month ago

Currently there is only a FileHandler, but that means that developers need to inspect the log files, which is less convenient than inspecting the terminal.

For end-users, the installer usually doesn't open a window/terminal, so console logs won't be shown, unless running the executable from the terminal (which is a valid option for developers as well).