root/branches/TruckExpo/TruckExpoMigrater/Program.cs @ 650

Wersja 434, 405 bytes (wprowadzona przez marek, 17 years temu)

re #111

Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5using log4net;
6using log4net.Config;
7
8namespace TruckExpoMigrater
9{
10    class Program
11    {
12        private static readonly ILog log = LogManager.GetLogger(typeof(Program));
13
14        static void Main(string[] args)
15        {
16            XmlConfigurator.Configure();
17
18            log.Debug("test");
19        }
20    }
21}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.