AutomatedTagging.Program.Log C# (CSharp) Method

Log() static private method

static private Log ( string message ) : void
message string
return void
        static void Log(string message)
        {
            Console.WriteLine(message);
            Debug.WriteLine(message);
        }