默认关闭日志
This commit is contained in:
parent
6941239336
commit
5f39895702
|
@ -7,7 +7,7 @@ namespace WZ
|
||||||
{
|
{
|
||||||
public static class LoggerUtils
|
public static class LoggerUtils
|
||||||
{
|
{
|
||||||
private static bool _enabled = true;
|
private static bool _enabled = false;
|
||||||
|
|
||||||
public static bool Enabled
|
public static bool Enabled
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue