LogSpot 1.0.0
dotnet add package LogSpot --version 1.0.0
NuGet\Install-Package LogSpot -Version 1.0.0
<PackageReference Include="LogSpot" Version="1.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add LogSpot --version 1.0.0
#r "nuget: LogSpot, 1.0.0"
// Install LogSpot as a Cake Addin #addin nuget:?package=LogSpot&version=1.0.0 // Install LogSpot as a Cake Tool #tool nuget:?package=LogSpot&version=1.0.0
LogSpot is a log management platform for .NET with easy management capabilities.
Used with this provides you with a quick, simple and easy way to log messages with LogSpot.
Also includes a simple way to changing path user can change Target file of logs from configuration, which is awesome when used on a server or any virtual location.
LogSpot can be used by adding only two lines of code to your controller,
LogSpot.Logger LSpotLogger = new LogSpot.Logger();
LSpotLogger.AddLog("Error Message is here", LogSpot.MessageType.Error);
There is also a Three different Error types available in LogSpot for User Identification,
1) Error
2) Success
3) Info
Also, User can change location of Log Output file from web.config by adding path value to "LogSpotSource" from appSettings.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 549 | 7/17/2019 |
V1.0.0 contains Adding Logs for users to manage Error and other Log Informations at time of developing your solution.