https://github.com/dailydevops/logging.abstractions
https://github.com/dailydevops/logging.abstractions
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dailydevops/logging.abstractions
- Owner: dailydevops
- License: mit
- Created: 2024-05-16T16:03:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:14:43.000Z (about 1 year ago)
- Last Synced: 2024-12-03T07:33:38.816Z (about 1 year ago)
- Language: C#
- Size: 213 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.