From 4469ebe8f46dfe65901847f6e7bfefdf1adbe986 Mon Sep 17 00:00:00 2001 From: panxu Date: Sat, 12 May 2018 23:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plane/Logging/DebugLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); //写入日志 } } }