File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Hi3Helper.Core/Classes/Logger Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -198,14 +198,14 @@ private int GetTotalInstance()
198
198
/// <exception cref="ArgumentException"></exception>
199
199
private string GetLabelString ( LogType type ) => type switch
200
200
{
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 => " " ,
209
209
_ => throw ThrowInvalidType ( )
210
210
} ;
211
211
#endregion
You can’t perform that action at this time.
0 commit comments