Quiron.Log.Manager
1.3.8
dotnet add package Quiron.Log.Manager --version 1.3.8
NuGet\Install-Package Quiron.Log.Manager -Version 1.3.8
<PackageReference Include="Quiron.Log.Manager" Version="1.3.8" />
<PackageVersion Include="Quiron.Log.Manager" Version="1.3.8" />
<PackageReference Include="Quiron.Log.Manager" />
paket add Quiron.Log.Manager --version 1.3.8
#r "nuget: Quiron.Log.Manager, 1.3.8"
#:package Quiron.Log.Manager@1.3.8
#addin nuget:?package=Quiron.Log.Manager&version=1.3.8
#tool nuget:?package=Quiron.Log.Manager&version=1.3.8
What is the Quiron.Log.Manager?
Package created to customize the server's default log manager (ILogger), as well as providing an interface to format the log text into a JSON list.
Give a Star! ⭐
If you find this project useful, please give it a star! It helps us grow and improve the community.
Installation
dotnet add package Quiron.Log.Manager
Namespaces and Dependencies
- ✅ Quiron.Log.Manager
- ✅ Microsoft.Extensions.Logging
Methods
- ✅ GetAsync
Some Basic Examples
Your program.cs file
public static void RegisterLog(this WebApplicationBuilder builder)
{
builder.Services.AddScoped<IViewLog, ViewLog>();
builder.Logging.ClearProviders();
builder.Logging.AddProvider(new FileLoggerProvider("Logs")); Note: You can enter the folder name in 'FileLoggerProvider'; by default, if not entered, it will be 'Logs'
}
Getting the Log
public class MyClass(IViewLog viewLog)
{
public async Task<ViewLogViewModel[]> GetAsync(DateOnly begin, DateOnly end, string text = "")
{
return await viewLog.GetAsync(begin, end, text);
}
}
- ⚠️ Use dependency injection to add your class or method to the 'IViewLog' interface
Usage Reference
For more details, access the test project that has the practical implementation of the package's use.
https://github.com/EliasRMJ/Quiron.EntityFrameworkCore.Test
Supports:
- ✅ .NET Standard 2.1
- ✅ .NET 9 through 9 (including latest versions)
- ⚠️ Legacy support for .NET Core 3.1 and older (with limitations)
About
Quiron.Log.Manager was developed by EliasRMJ under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.7)
- Microsoft.Extensions.Logging (>= 9.0.5)
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.3.8 | 89 | 7/31/2025 |
1.3.7 | 85 | 7/30/2025 |
1.3.6 | 440 | 7/24/2025 |
1.3.5 | 437 | 7/24/2025 |
1.3.4 | 125 | 7/15/2025 |
1.3.4-rc | 131 | 7/13/2025 |
1.3.3-rc | 91 | 7/13/2025 |
1.3.2-rc | 138 | 7/11/2025 |
1.3.1-rc | 127 | 7/11/2025 |
1.2.13 | 141 | 7/8/2025 |
1.2.12 | 143 | 7/8/2025 |
1.2.11 | 136 | 7/7/2025 |
1.2.10 | 134 | 7/7/2025 |
1.2.9 | 138 | 7/6/2025 |
1.2.8 | 135 | 7/6/2025 |
1.2.7 | 140 | 7/1/2025 |
1.2.6 | 101 | 6/28/2025 |
1.2.5 | 91 | 6/28/2025 |
1.1.9 | 200 | 5/20/2025 |
1.0.1 | 150 | 5/20/2025 |
1.0.0 | 149 | 5/20/2025 |
Register of the IP remote e add column