Skip to content

Commit 1ad2b1c

Browse files
committed
refactor(Logger): 移除未使用的LogType属性
清理代码中未使用的服务器类型标识属性,简化日志选项类
1 parent 5f8fd43 commit 1ad2b1c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

GameFrameX.Foundation.Logger/LogOptions.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ public LogOptions(string logPathName = "logs")
3939
/// </summary>
4040
public bool IsWriteToFile { get; set; } = true;
4141

42-
/// <summary>
43-
/// 服务器类型,用于标识日志来源的服务器类型。
44-
/// </summary>
45-
/// <remarks>
46-
/// 可以用来区分不同服务器产生的日志,便于日志的分类和管理。
47-
/// </remarks>
48-
public string LogType { get; set; }
49-
5042
/// <summary>
5143
/// 日志标签名,用于标识日志的名称或描述。
5244
/// </summary>

0 commit comments

Comments
 (0)