Skip to content

Commit 19af188

Browse files
committed
灰色比较难看清
1 parent 79614d3 commit 19af188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnetCampus.Logger/Writers/ConsoleLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private void ClearAndMoveToLastLine(int repeatCount)
141141

142142
private const string Reset = C.Reset;
143143
private const string TraceText = F.Magenta;
144-
private const string DebugText = F.BrightBlack;
144+
private const string DebugText = F.White;
145145
private const string InformationText = F.Green + D.Bold;
146146
private const string WarningText = F.Yellow;
147147
private const string ErrorText = F.BrightRed;

0 commit comments

Comments
 (0)