How do you print or print text in Monogame?
I googled how to display text in a monogamous and led to this: Debug.WriteLine
Which says: “By default, the output is written to the DefaultTraceListener instance . ” (And this page just confused me more).
Therefore, if someone could direct me to the DefaultTraceListener display method or to another text output method in the monogam, I would appreciate it.
I found him!
Debug.WriteLine , Visual Studio ( ). , ( F5 , Esc ) OpenGL.
Console.WriteLine #, , . .
Console.WriteLine
, .
Debug.WriteLine, Visual Studio ( , ).
Debug.WriteLine
Debug.WriteLine Trace.WriteLine, , Visual Studio. Visual Studio , DebugView (SysInternals) LogFusion (Binary Fortress) . DebugView .
Trace.WriteLine
, Windows, .
, NLog, . , NLog , .NET, - , / .
, , - , Console.Write(thing in here); Console.WriteLine(thing in here); . WriteLine , Write .
Console.Write(thing in here);
Console.WriteLine(thing in here);