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.
- Host: GitHub
- URL: https://github.com/nonexistplayer/logging
- Owner: NonExistPlayer
- License: mit
- Created: 2024-12-03T16:45:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-21T16:33:09.000Z (11 months ago)
- Last Synced: 2025-10-03T09:33:15.569Z (8 months ago)
- Topics: dotnet, logging, logging-library
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.