@@ -232,19 +232,19 @@ private static TextWriter GetStandardOutputWriter()
232232 }
233233
234234 private const string Reset = C . Reset ;
235- private const string TraceText = F . Magenta ;
236- private const string DebugText = F . White ;
237- private const string InformationText = F . Green + D . Bold ;
235+ private const string TraceText = F . BrightBlack ;
236+ private const string DebugText = F . Magenta ;
237+ private const string InformationText = F . White ;
238238 private const string WarningText = F . Yellow ;
239- private const string ErrorText = F . BrightRed ;
240- private const string CriticalText = F . Red ;
239+ private const string ErrorText = F . Red ;
240+ private const string CriticalText = $ " { B . Red } { F . Black } " ;
241241
242- private static string TraceTag => $ "{ B . Magenta } { F . White } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
243- private static string DebugTag => $ "{ B . BrightBlack } { F . White } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
242+ private static string TraceTag => $ "{ F . BrightBlack } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
243+ private static string DebugTag => $ "{ F . Magenta } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
244244 private static string InformationTag => $ "{ B . Green } { F . Black } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
245245 private static string WarningTag => $ "{ B . Yellow } { F . Black } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
246- private static string ErrorTag => $ "{ B . BrightRed } { F . Black } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
247- private static string CriticalTag => $ "{ B . Red } { F . Black } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
246+ private static string ErrorTag => $ "{ B . Red } { F . Black } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
247+ private static string CriticalTag => $ "{ B . Black } { D . Bold } { F . Red } [{ DateTime . Now : HH:mm:ss.fff} ]{ Reset } ";
248248
249249 private static string WarningExceptionTag => $ "{ B . Yellow } { F . Black } ! { Reset } { WarningText } ";
250250 private static string ErrorExceptionTag => $ "{ B . BrightRed } { F . Black } X { Reset } { ErrorText } ";
0 commit comments