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

Info() public method

public Info ( string text ) : void
text string
return void
        public void Info(string text)
        {
            Debug.Print(text);
        }