public static void Fatal(string format, params object[] args)
 {
     PBLog.Fatal(format, args);
 }