Bug? "Program started." logged to console in Release build

stanmiller

Active Member
Licensed User
Longtime User
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.

 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…