示例#1
0
 public InfluxAppender()
 {
     ConverterRegistry.AddConverter(typeof(AppName), new ConvertStringToAppName());
     ConverterRegistry.AddConverter(typeof(Facility), new ConvertStringToFacility());
     //https://github.com/dotnet/extensions/issues/1345
     HttpClient = new HttpClient();
 }