root/branches/TruckExpo/TruckExpoMigrater/Program.cs
@
816
| Wersja 434, 405 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Text; |
| 4 | |
| 5 | using log4net; |
| 6 | using log4net.Config; |
| 7 | |
| 8 | namespace 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.
