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 459b0de commit 4963312Copy full SHA for 4963312
src/DotNetCampus.Logger/Writers/ConsoleLogger.cs
@@ -321,7 +321,7 @@ private static TextWriter GetStandardOutputWriter()
321
private const string Reset = C.Reset;
322
private const string TraceText = F.BrightBlack;
323
private const string DebugText = F.Magenta;
324
- private const string InformationText = F.White;
+ private const string InformationText = Reset;
325
private const string WarningText = F.Yellow;
326
private const string ErrorText = F.Red;
327
private const string CriticalText = $"{B.Red}{F.Black}";
0 commit comments