LogSpot 1.0.0
Install-Package LogSpot -Version 1.0.0
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 | 337 | 7/17/2019 |
V1.0.0 contains Adding Logs for users to manage Error and other Log Informations at time of developing your solution.