Skip to content

Commit c406d3c

Browse files
committed
refactor(Logger): 调整日志输出框线默认长度从76到108个字符
修改默认框线长度以适应更长的日志输出需求,提升日志可读性
1 parent a5017fc commit c406d3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GameFrameX.Foundation.Logger/LogConsole.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ namespace GameFrameX.Foundation.Logger;
6565
internal sealed class LogConsole
6666
{
6767
/// <summary>
68-
/// 输出框线的长度,默认为76个字符
68+
/// 输出框线的长度,默认为108个字符
6969
/// </summary>
70-
private int _frameLength = 76;
70+
private int _frameLength = 108;
7171

7272
/// <summary>
7373
/// 设置输出框架的宽度

0 commit comments

Comments
 (0)