BoringHeroes.MainWindow.Log C# (CSharp) Method

Log() public static method

public static Log ( string text ) : void
text string
return void
        public static void Log(string text)
        {
            Log(LogType.Log, text);
        }

Same methods

MainWindow::Log ( LogType logType, string text ) : void