https://github.com/dailydevops/logging.abstractions
https://github.com/dailydevops/logging.abstractions
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dailydevops/logging.abstractions
- Owner: dailydevops
- License: mit
- Created: 2024-05-16T16:03:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T12:39:28.000Z (about 1 month ago)
- Last Synced: 2026-02-26T19:25:05.842Z (about 1 month ago)
- Language: C#
- Size: 628 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# NetEvolve.Logging.Abstractions
This library provides some extensions to the `Microsoft.Extensions.Logging` library. It is intended to be used in conjunction further libraries that provide more specific logging implementations.
## Provided Types & Extensions
- `LoggedMessage` - A simple class that represents a message that has been logged. It contains the message, the log level, and the exception that was thrown (if any).
- `NullExternalScopeProvider` - An implementation of `IExternalScopeProvider` that does nothing.
- `NullScope` - An implementation of `IDisposable` that does nothing.