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.
<PackageVersion Include="Net-Bt.Logger" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Net-Bt.Logger" />
                    
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 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.
#:package Net-Bt.Logger@1.0.0
                    
#: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=Net-Bt.Logger&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Net-Bt.Logger&version=1.0.0
                    
Install as a Cake Tool

   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 877 2/1/2019
1.1.0 757 1/31/2019
1.0.9 754 1/31/2019
1.0.8 763 1/30/2019
1.0.7 744 1/29/2019
1.0.6 761 1/29/2019
1.0.5 784 1/29/2019
1.0.4 719 1/29/2019
1.0.3 756 1/28/2019
1.0.2 778 1/28/2019
1.0.1 739 1/28/2019
1.0.0 756 1/28/2019

Summary of changes made in this release of the package.