Exemplo n.º 1
0
 static void Main(string[] args)
 {
     BasicConfigurator.Configure();
     log.Info("app initalizes...");
     TestClassToIllustrate tc = new TestClassToIllustrate();
     tc.Start();
     log.Info("app finished...");
 }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            BasicConfigurator.Configure();
            log.Info("app initalizes...");
            TestClassToIllustrate tc = new TestClassToIllustrate();

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