Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A first pass at implementing logging scopes #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

osric-ukho
Copy link

Nothing complicated, add scopes to a list and return an IDisposable that removes the scope at dispose time.

When Log is called pull the values out of scopes and add them to the log properties.

Probably want to add support for when is a string (the tricky bit is what to put as the key so it doesn't get overwritten by the next one).

(The BeginScope(string format, params object?[] args) extension from Microsoft.Extension.Logging uses a nice looking FormatedLogValues class, but that's internal)

(I think my format rules may have got away from me)

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.

1 participant