Arcomage.Tests.LogTest.Error C# (CSharp) Method

Error() public method

public Error ( string text ) : void
text string
return void
        public void Error(string text)
        {
            Debug.Print("ERROR:" + text);
        }
    }