https://github.com/grumpybusted/grumpy.logging
Extension methods for Logging, using the ILogger interface from Microsoft.Extensions.Logging.
https://github.com/grumpybusted/grumpy.logging
extension-methods logging
Last synced: 9 months ago
JSON representation
Extension methods for Logging, using the ILogger interface from Microsoft.Extensions.Logging.
- Host: GitHub
- URL: https://github.com/grumpybusted/grumpy.logging
- Owner: GrumpyBusted
- License: mit
- Created: 2018-01-30T12:22:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T11:53:24.000Z (over 5 years ago)
- Last Synced: 2024-11-19T17:02:25.512Z (about 1 year ago)
- Topics: extension-methods, logging
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/GrumpyBusted/grumpy-logging)
[](https://codecov.io/gh/GrumpyBusted/Grumpy.Logging)
[](https://www.nuget.org/packages/Grumpy.Logging/)
[](https://www.nuget.org/packages/Grumpy.Logging/)
# Grumpy.Logging
This is additional logging extensions used in my projects. It is a supplement to the extension methods
already in Microsoft.Extensions.Logging.Abstractions.