mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update TEngineLogHelper.cs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
using Debug = UnityEngine.Debug;
|
||||
@@ -160,6 +161,7 @@ namespace TEngine
|
||||
else if (type == LogLevel.EXCEPTION)
|
||||
{
|
||||
Debug.LogError(logStr);
|
||||
throw new GameFrameworkException(logStr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user