How to Debug with console?

LogMessage log = new SiliconStudio.Core.Diagnostics.LogMessage();
log.Text = “xxflog:” + Entity.Transform.Position.X;
Log.Log(log);
My code like this.But it don’t show in the Output window.
My englist is pool, herd to find it in API.

Hi, i think you should use “SiliconStudio.Core.Diagnostics.GlobalLogger.GetLogger” to get a logger and then write your logMessage into it. In your code, you’re writting a LogMessage Inside a LogMessage.

Dont work.
I just want to use Console.WriteLine("").I see it in Manual,but I can not write in 1.8.0-beta.
Do u know that?

You could use System.Diagnostics.Debug.WriteLine("")

Console.WriteLine is not available in Portable .NET