CodeNode.Logging
1.0.9
A simple Singleton implementation of Log4Net Logger.
Package will add required settings in web.config and add a folder Configuration at root, which will contain config for log4net. It also install Log4Net package.
Once installed, we can use it by :
CodeNode.Logging.Logger.Instance.Info("Message")
CodeNode.Logging.Logger.Instance.Warning("Message")
CodeNode.Logging.Logger.Instance.Error(ex); // ex => Exception
CodeNode.Logging.Logger.Instance.Fatal(ex);// ex => Exception
It will create a Logs folder at root and will also create two log files. One for info and one for errors.
Install-Package CodeNode.Logging -Version 1.0.9
dotnet add package CodeNode.Logging --version 1.0.9
<PackageReference Include="CodeNode.Logging" Version="1.0.9" />
paket add CodeNode.Logging --version 1.0.9
Release Notes
Update web and app config
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.