加入注释
This commit is contained in:
parent
40b2351be0
commit
4469ebe8f4
@ -14,7 +14,7 @@ namespace Plane.Logging
|
|||||||
|
|
||||||
protected override void LogCore(string message, Category category, Priority priority)
|
protected override void LogCore(string message, Category category, Priority priority)
|
||||||
{
|
{
|
||||||
Debug.WriteLine(BuildStandardLogEntry(message, category, priority));
|
Debug.WriteLine(BuildStandardLogEntry(message, category, priority)); //写入日志
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user