コード例 #1
0
 public static void Stop()
 {
     if (IsInitiated)
     {
         LoggerInstance.Stop();
     }
 }