public static void Main(string[] args) { LogTest3 log3 = new LogTest3(); log3.DoLogging(); LogTest4 log4 = new LogTest4(); log4.DoLogging(); }