更新hsl 空间

yangw
nodyang@aliyun.com 2 months ago
parent 634ea6f62b
commit 1077c0cf75

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -6,6 +6,7 @@ namespace Tool
public class HttpUtil public class HttpUtil
{ {
/// <summary> /// <summary>
/// 提交json字符 /// 提交json字符
/// </summary> /// </summary>

@ -9,6 +9,7 @@ namespace Tool
{ {
public static class ILogNetFactory public static class ILogNetFactory
{ {
public static ILogNet GetLogNet { get; }=new LogNetFileSize("D:\\Logs", 2 * 1024 * 1024*20); public static ILogNet GetLogNet { get; }= new LogNetDateTime( System.IO.Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Logs" ), GenerateMode.ByEveryDay, 30 );
} }
} }

Loading…
Cancel
Save