diff --git a/README.md b/README.md index 90c72e4..4f448c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # portaloggy +[!["give me a tip"](https://img.shields.io/badge/give%20me%20a%20-tip-FFD200)](https://paypal.me/emsicz) [!["see my foss"](https://img.shields.io/badge/see%20my%20-foss-1F2328)](https://github.com/masiton?tab=repositories) + A minimal, highly-portable, thread-safe .NET logging abstraction and implementation. Use `portaloggy.ILogger` everywhere. Make use of `portaloggy.LoggerExtensions` to make easy logging even easier. Already contains `ConsoleLogger` for dead-simple console logging and `AggregatedLogger` for simultaneous logging to multiple instances of `ILogger`. ![Screenshot of example use of the library.](https://gitea.masita.net/mc/portaloggy/raw/commit/9cbb6488d2ca1a71877902ca51b056c93eb81ffc/assets/example-use-1.jpg)