public static void Start()
 {
     Deallog.Start(2);
 }
 public static void Stop()
 {
     Deallog.Stop();
 }