Skip to content

Add a Sixteen theme port #112

@kikaragyozov

Description

@kikaragyozov

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions