public static void Log(string msg) { Console.ForegroundColor = ConsoleColor.Green; Console.WriteLine("[" + DateTime.Now + "] " + msg); }