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