log4sharp/README.md

28 lines
536 B
Markdown
Raw Normal View History

# Log4Sharp
Dead-simple colorful logger for C#/.NET Core.
I have not found any simple loggers in the .NET Core ecosystem that are not framework-specific and have easy usage, so I decided to write this logger. Mostly inspired by various Golang loggers.
## Install
```
dotnet add package Log4Sharp
```
## Usage
```c#
using Log4Sharp;
...
Log.Info("Hello World!");
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
MIT © ChronosX88