NlogToSqlite 1.0.7.15

dotnet add package NlogToSqlite --version 1.0.7.15
NuGet\Install-Package NlogToSqlite -Version 1.0.7.15
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="NlogToSqlite" Version="1.0.7.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NlogToSqlite --version 1.0.7.15
#r "nuget: NlogToSqlite, 1.0.7.15"
#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 NlogToSqlite as a Cake Addin
#addin nuget:?package=NlogToSqlite&version=1.0.7.15

// Install NlogToSqlite as a Cake Tool
#tool nuget:?package=NlogToSqlite&version=1.0.7.15

1.Nlog設定
需注意dbProvider區段的sqlite的Version及PublickenToken是否與目前版本相符。
2.LogSimple
NlogHelper.systemLog.ErrorException("EditError", ex);
3.Nlog.Config
可設定throwExceptions="true"方便查詢設定是否正確

There are no supported framework assets in this 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.0.7.15 1,528 8/27/2013
1.0.7.14 1,127 8/26/2013
1.0.5 1,384 7/23/2013

1.0.7.11新增PowerShell讀取SqliteVersion更新Nlog設定
1.0.7.14更新PowerShell讀取SqliteVersion更新Nlog設定
、修正db欄位名稱
1.0.7.15設定建置動作