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.
- Logging to...
- Console
- File (
System.IO.TextWriter
) - Debugger
- Setting the logging level
- Setting the verbosity level
- Ability to create your own logging level or verbosity.
- Ability to create your own logger from interfaces.
NonExistPlayer/Logging
uses the MIT license. See the LICENSE file for more information.