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