Info
Version: | 3.0.1-420.Beta |
Author(s): | G. Gordon Nasseri |
Last Update: | Friday, May 13, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ProphetsWay.Logger |
Install
Install-Package ProphetsWay.Logger
dotnet add package ProphetsWay.Logger
paket add ProphetsWay.Logger
ProphetsWay.Logger Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- NETStandard.Library(>= 1.6.1)
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Go to https://github.com/ProphetManX/ProphetsWay.Logger for more information.
Just one of a few Utility projects I've created for myself and wanted to share.
The namespace for the projects are all "ProphetsWay.Utilities" and the class to use is "Logger".
To Use:
add "using ProphetsWay.Utilities;" to your class
and then you can call the Logger directly.
Logger.AddDestination(new ConsoleDestination());
Logger.Debug("Hello World!");.