コード例 #1
0
        internal static LogLevel GetLogLevelInternal()
        {
            LogLevel result = (LogLevel)AppUtilPINVOKE.FirebaseApp_GetLogLevelInternal();

            if (AppUtilPINVOKE.SWIGPendingException.Pending)
            {
                throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
            }
            return(result);
        }