Пример #1
0
 /// <summary>
 /// Closes all the resources held by the various loggers.
 /// </summary>
 public static void Shutdown()
 {
     if (factory == null)
     {
         return;
     }
     factory.Shutdown();
 }
Пример #2
0
 /// <summary>
 ///     Closes all the resources held by the various loggers.
 /// </summary>
 public static void Shutdown()
 {
     Factory?.Shutdown();
 }