diff --git a/Plane/Logging/DebugLogger.cs b/Plane/Logging/DebugLogger.cs index 0cd8074..a626ae3 100644 --- a/Plane/Logging/DebugLogger.cs +++ b/Plane/Logging/DebugLogger.cs @@ -14,7 +14,7 @@ namespace Plane.Logging protected override void LogCore(string message, Category category, Priority priority) { - Debug.WriteLine(BuildStandardLogEntry(message, category, priority)); + Debug.WriteLine(BuildStandardLogEntry(message, category, priority)); //写入日志 } } }