Tr.Log 2.0.24.319

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

描述

    依赖于NLog框架的log日志包,安装后自执行脚本创建NLog.config,该配置文件默认属性为嵌入式文件,默认打印和显示最低级别为<info>,如果需要更改打印
信息配置,如调试产生的Debug信息,可以在软件运行目录放置一个对应配置的"Nlog.Config"文件

版本变更履历

  • 2.0.23.0524 将原Tr.Interface继承至Tr.Log

  • 1.5.22.0725 添加强名称

  • 1.5 修复1.3中更改的bug

  • 1.4 增加异步打印日志

  • 1.3 通过引用Tr.Interface的方式与其它项目解耦

  • 1.2 更改Nlog.Config配置文件方式为嵌入式资源,同时使用时先检测本地路径的配置文件,如果没有再加载资源配置文件。

  • 1.1 添加ReadMe文本介绍

  • 1.0 初版

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tr.Log:

Package Downloads
Tr.Communication

通信层封装,重新封装TCP和SerialPort通信

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.24.319 334 3/19/2024

无说明