Пример #1
0
 static void Main(string[] args)
 {
     BasicConfigurator.Configure();
     log.Info("app initalizes...");
     TestClassToIllustrate tc = new TestClassToIllustrate();
     tc.Start();
     log.Info("app finished...");
 }
Пример #2
0
        static void Main(string[] args)
        {
            BasicConfigurator.Configure();
            log.Info("app initalizes...");
            TestClassToIllustrate tc = new TestClassToIllustrate();

            tc.Start();
            log.Info("app finished...");
        }