Logger7.SqlServer 7.1.6

dotnet add package Logger7.SqlServer --version 7.1.6
                    
NuGet\Install-Package Logger7.SqlServer -Version 7.1.6
                    
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="Logger7.SqlServer" Version="7.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Logger7.SqlServer" Version="7.1.6" />
                    
Directory.Packages.props
<PackageReference Include="Logger7.SqlServer" />
                    
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 Logger7.SqlServer --version 7.1.6
                    
#r "nuget: Logger7.SqlServer, 7.1.6"
                    
#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 Logger7.SqlServer@7.1.6
                    
#: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=Logger7.SqlServer&version=7.1.6
                    
Install as a Cake Addin
#tool nuget:?package=Logger7.SqlServer&version=7.1.6
                    
Install as a Cake Tool

Logger7.SqlServer

介绍

ASP.Net7.0的日志

  1. 日志保存到SqlServer数据库
  2. 可查询
  3. 可删除1月前日志
  4. 可获取当前插入日志的Id
安装教程
  1. Visual Studio程序包管理器控制台输入:install-package Logger7.SqlServer
  2. NuGet包管理器中搜索“Logger7.SqlServer”
使用说明

在Program.cs文件添加如下代码

builder.Services.AddRazorPages().AddSessionStateTempDataProvider();
builder.Services.AddControllersWithViews().AddSessionStateTempDataProvider();

builder.Services.AddSession();

builder.Logging.AddSqlServerLogger("SqlServer连接字符串",是否创建日志表);


...
app.UseSession();


Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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
7.1.6 232 12/25/2023
7.1.5 155 12/24/2023
7.1.4 169 12/22/2023
7.1.3 154 12/21/2023
7.1.2 150 12/20/2023
7.1.1 169 12/20/2023
7.1.0 163 12/19/2023
7.0.6 154 12/18/2023
7.0.5 154 12/18/2023
7.0.4 161 12/18/2023
7.0.3 152 12/17/2023
7.0.2 146 12/14/2023
7.0.1 149 12/13/2023
1.0.4 180 12/5/2023
1.0.3 166 12/1/2023
1.0.2 163 12/1/2023
1.0.1 157 11/30/2023
1.0.0 131 11/30/2023