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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Quiron.Log.Manager" Version="1.3.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quiron.Log.Manager" Version="1.3.8" />
                    
Directory.Packages.props
<PackageReference Include="Quiron.Log.Manager" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Quiron.Log.Manager --version 1.3.8
                    
#r "nuget: Quiron.Log.Manager, 1.3.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Quiron.Log.Manager@1.3.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Quiron.Log.Manager&version=1.3.8
                    
Install as a Cake Addin
#tool nuget:?package=Quiron.Log.Manager&version=1.3.8
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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