Migr8.Options.LogToConsole C# (CSharp) Method

LogToConsole() static private method

static private LogToConsole ( string text ) : void
text string
return void
        static void LogToConsole(string text)
        {
            Console.WriteLine(text);
        }