/// <summary> /// Sets all the debug settings to null and causes them to be reloaded. /// </summary> public static void ResetDebugSettings() { mAnyDebugLogToFileEnabled = null; SqlHelperClass.ResetDebugSettings(); AnalyticsHelper.ResetDebugSettings(); RequestHelper.ResetDebugSettings(); WebSyncHelperClass.ResetDebugSettings(); DebugHelper.ResetDebugSettings(); File.ResetDebugSettings(); SecurityHelper.ResetDebugSettings(); MacroResolver.ResetDebugSettings(); CacheHelper.ResetDebugSettings(); OutputHelper.ResetDebugSettings(); CMSControlsHelper.ResetDebugSettings(); CMSContext.ResetDebugSettings(); }