Skip to content

Commit

Permalink
灰色比较难看清
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Aug 15, 2024
1 parent 79614d3 commit 19af188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnetCampus.Logger/Writers/ConsoleLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void ClearAndMoveToLastLine(int repeatCount)

private const string Reset = C.Reset;
private const string TraceText = F.Magenta;
private const string DebugText = F.BrightBlack;
private const string DebugText = F.White;
private const string InformationText = F.Green + D.Bold;
private const string WarningText = F.Yellow;
private const string ErrorText = F.BrightRed;
Expand Down

0 comments on commit 19af188

Please sign in to comment.