Dead-simple colorful logger for C#/.NET Core.
Go to file
2020-11-01 17:01:06 +04:00
src/Log4Sharp Update README and add package info to csproj file 2020-11-01 17:01:06 +04:00
.gitignore Implement basic logger 2020-11-01 16:43:34 +04:00
LICENSE Implement basic logger 2020-11-01 16:43:34 +04:00
Log4Sharp.sln Implement basic logger 2020-11-01 16:43:34 +04:00
README.md Update README and add package info to csproj file 2020-11-01 17:01:06 +04:00

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.

Install

dotnet add package Log4Sharp

Usage

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