Goedel.Debug.Trace.WriteLine C# (CSharp) Method

WriteLine() public static method

Write a newline to the debug output.
public static WriteLine ( ) : void
return void
        public static void WriteLine() {
            Write("\n");
            }

Same methods

Trace::WriteLine ( string Text ) : void
Trace::WriteLine ( string Text, Object Data ) : void