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

https://github.com/xpl0itr/extensions.logging

Extensions.Logging is a collection of libraries which extend the functionality of the Microsoft.Extensions.Logging libraires, written in C# 10, targeting .NET 6.0, .NET 5.0 and .NET Standard 2.0.
https://github.com/xpl0itr/extensions.logging

discord dotnet logging webhook

Last synced: about 2 months ago
JSON representation

Extensions.Logging is a collection of libraries which extend the functionality of the Microsoft.Extensions.Logging libraires, written in C# 10, targeting .NET 6.0, .NET 5.0 and .NET Standard 2.0.

Awesome Lists containing this project

README

          

Extensions.Logging [![Build and Release](https://github.com/Xpl0itR/Extensions.Logging/actions/workflows/build_release.yml/badge.svg?branch=master)](https://github.com/Xpl0itR/Extensions.Logging/actions/workflows/build_release.yml)
==================
Extensions.Logging is a collection of libraries which extend the functionality of the [Microsoft.Extensions.Logging](https://www.nuget.org/packages/Microsoft.Extensions.Logging) libraires, written in C# 10, targeting .NET 6.0, .NET 5.0 and .NET Standard 2.0.

Extensions.Logging.Webhook.Discord
----------------------------------
ILogger implementation for Microsoft.Extensions.Logging which sends log messages to a Discord channel via webhook.

Extensions.Logging.Console.BetterFormatter
------------------------------------------
ConsoleFormatter implementation for [Microsoft.Extensions.Logging.Console](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Console) which formats logs nicer than the default formatter.

Extensions.Logging.LogMethods
-----------------------------
ILogger extension methods for logging a string without unnecessary allocations.

License
-------
This project is subject to the terms of the [Mozilla Public License, v. 2.0](./LICENSE).