Program.cs 255 B

12345678
  1. // See https://aka.ms/new-console-template for more information
  2. using ConvertLog.common;
  3. using System.Reflection;
  4. Console.WriteLine("Hello, World!");
  5. ConvertLog.common.ConfigData.LoadConfigData();
  6. ConvertLog.common.ConfigData.log.Info("Start......");