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

[Host] High Performance Logging #335

Open
zarusz opened this issue Nov 2, 2024 · 2 comments
Open

[Host] High Performance Logging #335

zarusz opened this issue Nov 2, 2024 · 2 comments
Assignees
Milestone

Comments

@zarusz
Copy link
Owner

zarusz commented Nov 2, 2024

Currently, most log statements use the logging extension methods to log information. We could use the following to avoid the logging overhead and make it faster:

@dundich
Copy link
Contributor

dundich commented Jan 21, 2025

if not to change anything

https://github.com/stbychkov/AutoLoggerMessage

@zarusz
Copy link
Owner Author

zarusz commented Jan 21, 2025

I don't think it will work as target netstandard2.0 and net6.0, there's a call out:

As this solution is based on interceptors, only .NET 8+ is supported

@zarusz zarusz mentioned this issue Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants