We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79614d3 commit 19af188Copy full SHA for 19af188
src/dotnetCampus.Logger/Writers/ConsoleLogger.cs
@@ -141,7 +141,7 @@ private void ClearAndMoveToLastLine(int repeatCount)
141
142
private const string Reset = C.Reset;
143
private const string TraceText = F.Magenta;
144
- private const string DebugText = F.BrightBlack;
+ private const string DebugText = F.White;
145
private const string InformationText = F.Green + D.Bold;
146
private const string WarningText = F.Yellow;
147
private const string ErrorText = F.BrightRed;
0 commit comments