From f4e243bf03e99986254a7131f565c3718b3752f1 Mon Sep 17 00:00:00 2001 From: Elivo Date: Wed, 22 Oct 2025 13:26:52 +0800 Subject: [PATCH] =?UTF-8?q?Logger=EF=BC=9A=E9=BB=98=E8=AE=A4=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E7=95=99=2030=20=E5=A4=A9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apewer/Logger.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apewer/Logger.cs b/Apewer/Logger.cs index 0145289..37d4052 100644 --- a/Apewer/Logger.cs +++ b/Apewer/Logger.cs @@ -13,9 +13,9 @@ namespace Apewer { private bool _useconsole = true; - private bool _usefile = false; + private bool _usefile = true; private bool _uselock = false; - private int _reserved = -1; + private int _reserved = 30; private LogCollector _collector = null; private string _lastdate = null; private Action[] _actions = new Action[0];