Skip to content

Commit 6ca642f

Browse files
committed
Adjust log label spacing
1 parent b70547a commit 6ca642f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Hi3Helper.Core/Classes/Logger/LoggerBase.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ private int GetTotalInstance()
198198
/// <exception cref="ArgumentException"></exception>
199199
private string GetLabelString(LogType type) => type switch
200200
{
201-
LogType.Default => "[Info]",
202-
LogType.Error => "[Erro]",
203-
LogType.Warning => "[Warn]",
204-
LogType.Scheme => "[Schm]",
205-
LogType.Game => "[Game]",
206-
LogType.Debug => "[DBG]",
207-
LogType.GLC => "[GLC]",
208-
LogType.NoTag => " ",
201+
LogType.Default => "[Info] ",
202+
LogType.Error => "[Erro] ",
203+
LogType.Warning => "[Warn] ",
204+
LogType.Scheme => "[Schm] ",
205+
LogType.Game => "[Game] ",
206+
LogType.Debug => "[DBG] ",
207+
LogType.GLC => "[GLC] ",
208+
LogType.NoTag => " ",
209209
_ => throw ThrowInvalidType()
210210
};
211211
#endregion

0 commit comments

Comments
 (0)