- 
                Notifications
    
You must be signed in to change notification settings  - Fork 21
 
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
When I write something like the following:
loggerConfiguration.WriteTo.Console(new ExpressionTemplate(
    "[{@t:HH:mm:ss} {@l:u3}] {@m}\n{@x}", theme: TemplateTheme.Grayscale, applyThemeWhenOutputIsRedirected: true));
using .NET Aspire - I end up getting mumbo-jumbo in the Project log screen. I can imagine why, the question is - is there a way to make it support colors? If so, how?
The default console provider from Microsoft has colors. So I'm guessing something somewhere needs to be transcoded "the right way" in order for this to work as expected?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers