Skip to content

More classifiers#4

Merged
mike-ward merged 1 commit intomike-ward:masterfrom
RussKie:add_more_classifiers
Apr 8, 2022
Merged

More classifiers#4
mike-ward merged 1 commit intomike-ward:masterfrom
RussKie:add_more_classifiers

Conversation

@RussKie
Copy link
Copy Markdown
Contributor

@RussKie RussKie commented Apr 8, 2022

Add classifiers to match logs produced by SimpleConsoleFormatter https://github.com/dotnet/runtime/blob/6a889d23/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatter.cs#L142-L154

The Windows Forms designer in Visual Studio emits diagnostics logs, and I'm making sure these logs are correctly categorised (and prefixed). The prefix strategy is the same as employed by SimpleConsoleFormatter.
This will help developers who build Windows Forms .NET applications (and obviously use your wonderful extension) to read the diagnostics output.

Before:
image
After:
image

I've tested it manually by applying the changes in the installed extension, and then applying the changes to the code.

@mike-ward mike-ward marked this pull request as ready for review April 8, 2022 12:03
@mike-ward mike-ward merged commit 1ccb886 into mike-ward:master Apr 8, 2022
@RussKie RussKie deleted the add_more_classifiers branch June 30, 2022 00:25
@RussKie
Copy link
Copy Markdown
Contributor Author

RussKie commented Jun 30, 2022

@mike-ward thanks for merging. When do you think you may publicly release this?

@mike-ward
Copy link
Copy Markdown
Owner

Gosh, I thought I did.

@RussKie
Copy link
Copy Markdown
Contributor Author

RussKie commented Jun 30, 2022

Hah, I think I totally missed it. Sorry :)

@mike-ward
Copy link
Copy Markdown
Owner

No worries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants