An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build status](https://ci.appveyor.com/api/projects/status/pbf141nkapdve6yi?svg=true)](https://ci.appveyor.com/project/GrumpyBusted/grumpy-logging)
[![codecov](https://codecov.io/gh/GrumpyBusted/Grumpy.Logging/branch/master/graph/badge.svg)](https://codecov.io/gh/GrumpyBusted/Grumpy.Logging)
[![nuget](https://img.shields.io/nuget/v/Grumpy.Logging.svg)](https://www.nuget.org/packages/Grumpy.Logging/)
[![downloads](https://img.shields.io/nuget/dt/Grumpy.Logging.svg)](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.