默认关闭日志

This commit is contained in:
juncong lee 2025-09-05 19:51:13 +08:00
parent 6941239336
commit 5f39895702
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace WZ
{
public static class LoggerUtils
{
private static bool _enabled = true;
private static bool _enabled = false;
public static bool Enabled
{