Info
Version: | 0.8.1 |
Author(s): | Andrew Palmer, CodeLifterIO |
Last Update: | Wednesday, April 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CodeLifterIO/CodeLifter.Logging |
NuGet Url: | https://www.nuget.org/packages/CodeLifter.Logging |
Install
Install-Package CodeLifter.Logging
dotnet add package CodeLifter.Logging
paket add CodeLifter.Logging
CodeLifter.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
You can inherit from ILogger and add it to the collection of ILoggers inside the logRunner.
Each log entry will show up in every log you add.
See ConsoleLogger and DebugLogger for examples.