Exemplo n.º 1
0
 public static void AddExceptionlessLogger(this IUraganoSampleBuilder builder)
 {
     ExceptionlessClient.Default.Configuration.ReadFromConfiguration(builder.Configuration.GetSection("Uragano:Logging:Exceptionless"));
     builder.AddLogger(new ExceptionlessLoggerProvider(ExceptionlessClient.Default));
 }