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

TBS() public static method

Not Yet Implemented method. Cannot be disabled.
public static TBS ( string Report ) : void
Report string Text to display on the console.
return void
        public static void TBS(string Report) {
            WriteLine(Report);
            }