KissLog 2.4.1

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

// Install KissLog as a Cake Tool
#tool nuget:?package=KissLog&version=2.4.1                

KissLog core package. Contains the minimal components required to use ILogger in your application. Install this package in sub-modules.

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (7)

Showing the top 5 NuGet packages that depend on KissLog:

Package Downloads
KissLog.AspNetCore

KissLog ASP.NET Core package. Install this package on ASP.NET Core web applications.

KissLog.CloudListeners

logBee.net REST client.

KissLog.AspNet.Web

KissLog Web package. You should not manually install this package, as it will be installed as a dependency.

KissLog.AspNet.WebApi

KissLog ASP.NET WebApi package. Install this package on ASP.NET WebApi applications.

KissLog.RestClient

logBee.net REST client.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.0 370 8/12/2024
5.2.0 1,798 5/3/2024
5.1.2 44,221 5/2/2022
5.1.1 19,331 12/27/2021
5.1.0 2,757 12/26/2021
5.0.0 4,705 11/6/2021
4.1.0 40,424 1/31/2021
4.0.0 11,301 9/21/2020
3.5.6 9,574 3/3/2020
3.5.5 4,225 12/13/2019
3.5.2 5,377 11/22/2019
3.5.1 17,031 10/16/2019
3.5.0 3,518 10/12/2019
3.4.0 8,633 7/5/2019
3.3.0 4,070 6/19/2019
3.2.0 4,576 5/19/2019
3.1.1 4,939 3/27/2019
3.1.0 4,516 3/26/2019
3.0.0 4,021 3/15/2019
2.8.0 4,800 11/13/2018
2.7.0 4,734 11/7/2018
2.6.0 3,748 10/20/2018
2.5.4 4,549 8/14/2018
2.5.3 3,801 8/13/2018
2.5.2 3,814 8/11/2018
2.5.1 4,930 7/25/2018
2.5.0 3,757 7/25/2018
2.4.2 3,280 6/12/2018
2.4.1 5,102 5/15/2018
2.4.0 4,433 5/9/2018
2.3.5 3,815 5/7/2018
2.3.4 3,966 5/4/2018
2.3.3 3,260 4/27/2018
2.3.2 4,473 4/27/2018
2.3.1 3,194 4/26/2018
2.3.0 3,866 4/13/2018
2.2.0 5,643 2/25/2018
2.1.3 3,886 11/18/2017
2.1.2 3,757 11/17/2017
2.1.1 3,821 11/17/2017
2.1.0 3,744 11/14/2017
2.0.0 3,812 11/13/2017
1.3.0 4,928 11/10/2017
1.2.0 5,752 10/25/2017
1.1.1 3,798 9/6/2017
1.1.0 3,739 8/25/2017
1.0.0 4,889 8/22/2017

Added Trace, Critical log level.
Added LogListenerParser, so each ILogListener can filter the data it collects individually.