Akane.Form.printLog C# (CSharp) Method

printLog() public method

public printLog ( string str ) : void
str string
return void
        public void printLog(string str)
        {
            textBox6.Text += "[" + DateTime.Now.ToString("HH:mm:ss") + "] " + str + "\r\n";
        }