From fe3bebcc63e8fe4fbd13cb5fa0c24be3ed7081ce Mon Sep 17 00:00:00 2001 From: James Frowen Date: Sun, 9 Aug 2020 17:29:05 +0100 Subject: [PATCH] Making EnableDebugMode public (#2152) --- Assets/Mirror/Runtime/Logging/LogFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Runtime/Logging/LogFactory.cs b/Assets/Mirror/Runtime/Logging/LogFactory.cs index 24c2b2f2b..39edc2337 100644 --- a/Assets/Mirror/Runtime/Logging/LogFactory.cs +++ b/Assets/Mirror/Runtime/Logging/LogFactory.cs @@ -49,7 +49,7 @@ public static ILogger GetLogger(string loggerName, LogType defaultLogLevel = Log /// /// Makes all log levels LogType.Log, this is so that NetworkManger.showDebugMessages can still be used /// - internal static void EnableDebugMode() + public static void EnableDebugMode() { debugMode = true;