wxr
2022-09-02 0813323658fb874cf72a21f2ac3a8699927d5731
HDL_ON/UI/MainPage.cs
@@ -465,6 +465,17 @@
        }
        /// <summary>
        /// 自定义日志输出
        /// </summary>
        public static void Log(string tag,string msg)
        {
#if DEBUG
            Console.WriteLine($"{tag}-->{msg}");
#endif
        }
    }
}