CSEvilTestor.Debug.Log C# (CSharp) Method

Log() public static method

public static Log ( string str ) : void
str string
return void
        public static void Log(string str)
        {
            Logger.Log(str);
        }
    }
Debug