Net-Bt.Logger 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Net-Bt.Logger --version 1.0.0
NuGet\Install-Package Net-Bt.Logger -Version 1.0.0
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="Net-Bt.Logger" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net-Bt.Logger --version 1.0.0
#r "nuget: Net-Bt.Logger, 1.0.0"
#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 Net-Bt.Logger as a Cake Addin
#addin nuget:?package=Net-Bt.Logger&version=1.0.0

// Install Net-Bt.Logger as a Cake Tool
#tool nuget:?package=Net-Bt.Logger&version=1.0.0

   Net-Bt.Logger

1-) http://a.net-bt.com.tr/logs/ adresinde uygulamanın tipine göre(Console, Asp.Net Core, Asp.Net MVC, Asp.Net API, Windows Form, WPF) proje oluşturulcak. Proje oluştuğu sırada o projeye ait apiKeyde oluşmaktadır.

2-) Uygulamanıza Nugetten Exceptionless ve Net-Bt.Logger paketleri yüklenecek.

3-) İşlemin yapılacağı sayfada Loglar Dictionary tipinde tutulacak. (Dictionary<string,object> key, value değeri alacak )

4-) Örnektede belirtildiği üzere static olarak tanımlana nNetBtLogger classı içerisindeki Init methotunda apikey ve url verilecek. Sonrasında logList adlı Dictionary extension methotu olan Log fonksiyonu ile tanımlanacak.

Dictionary<string, object> logList = new Dictionary<string, object> { {"TestConsole1", "deneme" } }; NetBtLogger.Init("apiKey", "url"); logList.Log();

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
1.1.1 668 2/1/2019
1.1.0 578 1/31/2019
1.0.9 579 1/31/2019
1.0.8 600 1/30/2019
1.0.7 581 1/29/2019
1.0.6 593 1/29/2019
1.0.5 616 1/29/2019
1.0.4 552 1/29/2019
1.0.3 585 1/28/2019
1.0.2 613 1/28/2019
1.0.1 577 1/28/2019
1.0.0 590 1/28/2019

Summary of changes made in this release of the package.