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.
- Host: GitHub
- URL: https://github.com/xpl0itr/extensions.logging
- Owner: Xpl0itR
- License: mpl-2.0
- Created: 2022-04-14T11:51:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T20:51:09.000Z (over 3 years ago)
- Last Synced: 2025-10-07T06:46:56.136Z (9 months ago)
- Topics: discord, dotnet, logging, webhook
- Language: C#
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Extensions.Logging [](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).