How to print message in 'Output' console?

Hi, I new to Xenko and question is simple as title - how to print debug messages in ‘output’ console (Xenko GameStudio 2.0.1.1). I tried Console.WriteLine() but this prints out just in visual studio, is there a way to print into gamestudio output console?.

I haven’t figured out how to do that either. I just changed my application type to Console Application as a workaround. Right click on the solution Application.Windows and change output type from Windows Application to Console Application. It will open up the Console on launch.

I can’t remember the exact details.
But there is a debug class and some logging system built in. You need to enable them though and then use them.
I’ll edit this post or post another reply if I get the time to dig it.

In the meantime, I would invite you to go in the git of the Xenko runtime and look for “Log” or “Debug”. Or even to look through the documentation. :slight_smile: