TsRemux.TsRemux.say C# (CSharp) Method

say() private method

private say ( string txt ) : void
txt string
return void
        private void say(string txt)
        {
            System.Console.WriteLine(DateTime.Now.ToString("yyyy-MM-dd.HH:mm:ss.fff ") + txt);
        }
TsRemux