You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a Multiplatform application (JVM, JS, and some Native platforms)
When I run it on JVM or JS, no problem, all logs appear.
However, on MacOS, when I execute the .kexe file, the program works correctly, but no logs are displayed on the terminal.
To create a logger, I put it in the top-level file (but I don't know if there is an effect with that)
Do you know what happens here and maybe a solution to see the logs in MacOS terminal?
The text was updated successfully, but these errors were encountered:
Hello
I created a Multiplatform application (JVM, JS, and some Native platforms)
When I run it on JVM or JS, no problem, all logs appear.
However, on MacOS, when I execute the
.kexe
file, the program works correctly, but no logs are displayed on the terminal.To create a logger, I put it in the top-level file (but I don't know if there is an effect with that)
Do you know what happens here and maybe a solution to see the logs in MacOS terminal?
The text was updated successfully, but these errors were encountered: