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

1_b4j_program_started_zpsrs8qkhjr.jpg


By contrast, "Non-UI(Console)" builds output the message using LogDebug().

Non-UI(Console) Release Build

3_b4j_program_started_consoleui_debug_zpsmhdoa48a.jpg


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.

2_mixedui_console_program_started_zpsvtxvomor.jpg
 
Last edited:
Top