Beispiel #1
0
 internal static void SetLogLevelInternal(LogLevel level)
 {
     AppUtilPINVOKE.FirebaseApp_SetLogLevelInternal((int)level);
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }