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

https://github.com/nonexistplayer/logging

A .NET Logging Library.
https://github.com/nonexistplayer/logging

dotnet logging logging-library

Last synced: 5 months ago
JSON representation

A .NET Logging Library.

Awesome Lists containing this project

README

          

# Brief Introduction
`NonExistPlayer/Logging` is a **.NET library** for logging.
This library provides the ability to customize the logger or even create your own logger using built-in interfaces.
# Features
- [x] Logging to...
- [x] Console
- [x] File (`System.IO.TextWriter`)
- [x] Debugger
- [x] Setting the logging level
- [x] Setting the verbosity level
- [x] Ability to create your own logging level or verbosity.
- [x] Ability to create your own logger from interfaces.
# License
`NonExistPlayer/Logging` uses the [MIT](https://choosealicense.com/licenses/mit/) license. See the [LICENSE](LICENSE) file for more information.