Overview
An open source, .NET Standard 1.3 library that provides a very simple logging interface.
Below are the main features of the library. See the linked code for details.
Please contact me if you have any questions.
Getting Started
NuGet Package Installation
To install the ChannelAdam.Logging NuGet package run the following command in the Package Manager Console:
1PM> Install-Package ChannelAdam.Logging
Usage
Implement the ISimpleLogger interface.
Reference
A very simple interface for logging or writing out to the console.
- Simple Logger interface
- Simple Console Logger implementation is a thin wrapper around
Console.WriteLine()
.
comments powered by Disqus