mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
合理化Address协议逻辑
合理化Address协议逻辑
This commit is contained in:
@@ -217,7 +217,7 @@ namespace TEngine
|
||||
|
||||
StringBuilder infoBuilder = GetFormatString(type, logString);
|
||||
|
||||
if (type == LogLevel.ERROR || type == LogLevel.WARNING || type == LogLevel.EXCEPTION)
|
||||
if (type == LogLevel.ERROR || type == LogLevel.EXCEPTION)
|
||||
{
|
||||
StackFrame[] sf = new StackTrace().GetFrames();
|
||||
for (int i = 0; i < sf.Length; i++)
|
||||
|
Reference in New Issue
Block a user