Skip to content

ucavalcante/netcore-easy-log

Repository files navigation

Netcore Easy Log - Easy way to log info in dotnet app

Build status GitHub stars GitHub issues

This is only easy way to put log on your app, currently work only with file generate a ".log" on your app folder

To use this you have to have at least .NET Core 2.0

To download it, go here and install the .NET Core SDK.

Synopsis

Necessary using

using ncel;

and this is how to use in your code.

Log.Information(string);
Log.Error(string);

Install

dotnet add package NetCoreEasyLog

Maintainers/Core team

Twitter

About

Easy way to log info in dotnet app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages