blqw.Logger 1.3.4.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package blqw.Logger --version 1.3.4.1
NuGet\Install-Package blqw.Logger -Version 1.3.4.1
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="blqw.Logger" Version="1.3.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add blqw.Logger --version 1.3.4.1
#r "nuget: blqw.Logger, 1.3.4.1"
#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.
// Install blqw.Logger as a Cake Addin
#addin nuget:?package=blqw.Logger&version=1.3.4.1

// Install blqw.Logger as a Cake Tool
#tool nuget:?package=blqw.Logger&version=1.3.4.1

基于微软 System.Diagnostics.TraceListener 封装

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

基于微软 System.Diagnostics.TraceListener 封装.
     [1.2.10]2016.10.07
     * 修正一个类的命名错误问题
     [1.2.11] 2016.10.26
     * 修正第一次并发时会生成多个空白日志的问题
     [1.3.0-beta] 2016.11.02
     * 允许很方便的自定义文件写入操作
     [1.3.1-beta] 2016.11.04
     * 优化SLS日志警告以上的提示
     * 修复异常记录可能会丢失message的问题
     * 加入查看日志的页面`look.html`
     [1.3.2-beta] 2016.11.07
     * 修正拓展方法签名不合理的地方
     [1.3.4] 2016.11.09
     * 修复一些不合理的设置
     * 修复若干预览版的bug
     * 优化日志查看页面
     ### [1.3.4.1] 2016.12.07
     * 修复一个可能存在于MVC中的bug