The log message "Program started." is output to the console in "UI (Java FX)" release builds. It should be for debug builds only.
UI (JavaFX) Release Build
By contrast, "Non-UI(Console)" builds output the message using LogDebug().
Non-UI(Console) Release Build
For window-only builds you don't see the output. However for mixed UI apps that can be run from the command line or a window, the extra output appears in the console.
UI (JavaFX) Release Build
By contrast, "Non-UI(Console)" builds output the message using LogDebug().
Non-UI(Console) Release Build
For window-only builds you don't see the output. However for mixed UI apps that can be run from the command line or a window, the extra output appears in the console.
Last edited: