Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 643 Bytes

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

  • 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.

License

NonExistPlayer/Logging uses the MIT license. See the LICENSE file for more information.