Chinchilla.Logging 4.1.122.101

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

// Install Chinchilla.Logging as a Cake Tool
#tool nuget:?package=Chinchilla.Logging&version=4.1.122.101

Chinchilla.Logging is a .NET Core port of cdmdotnet.Logging, an abstracted logging platform for .NET. It can help you collect reliable logs for your application regardless of its size or complexity with minimal performance implications.

This logging library makes large use of enterprise correlation.
In a lot of applications that incorporate various small and large services, it is often important to correlate events that happen across these services. It gives us a business workflow view of the various events that happen in the application, its components and services.
This library provide operation and activity ID management and propagation.

The main difference with this library over other is that you can configure each type of log separately. You can enable fatal, error, warning, debugging, informational, progress and sensitive data logging all independently of each other.
This is more flexible than the concept of minimum level logging, such as that in log4net or serilog e.g. enabling one warning in this libraries will enable error and fatal logging as well. This library allows you to set those settings independently of each other.

The SqlLogger maps AdditionalData to table columns, where the key of the dictionary entry is the column name and the value is serialised to JSON as the column value.
MetaData is serialised to a single JSON value stored in the MetaData column.
This means you can store data such as a User ID or Job ID in a separate column so you can filter more efficiently with indexes and partitions.

TraceLogger and ConsoleLogger both seralise and format all information into a single string.
The MultiLogger allows you to configure several different loggers to be used at once with different settings for each logger.

See https://github.com/cdmdotnet/logging/wiki/Quick-How-To for usage details.

This package installs Chinchilla.Logging.dll which includes core logging functionality. Other packages depend on Chinchilla.Logging for specific implementations.

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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 tizen40 was computed.  tizen60 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 (22)

Showing the top 5 NuGet packages that depend on Chinchilla.Logging:

Package Downloads
Cqrs

A lightweight enterprise Function as a service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments, offering modern patterns such as CQRS and event-sourcing. Offering a superior combination of serverless, micro-service and traditional deployments both in the cloud and on-premise to suit any business. Deployments can be inter-conntected with each other sharing data and resourcing or independant and issolated while providing a consistent framework and guideline for both development, deployment, DevOps and administration. CQRS.NET has been designed with modularity in mind... see the number of technology packages below you can chose from. Modularity applies to both development concerns like storage as well as operational modularity such as serverless or micro-service deployment, PaaS, VMs or container packaging. Every package and design choice made should be interchangeable with custom code if needed.

Cqrs.Ninject

Provides preconfigured Ninject modules that will wire up the required component necessary. Several modules are optional such as the InProcess or the SimplaifySQL modules. You only need to use those if you are using InProcess or SQL.

Cqrs.Azure.ServiceBus

Use Azure ServiceBus as a message, event or command bus in CQRS.NET

Cqrs.Azure.ConfigurationManager

Use Azure Configuration Manager as the configuration manager in CQRS.NET

Cqrs.Ninject.Azure.ServiceBus.CommandBus

Use Ninject as your IoC container of choice when using Microsoft Azure ServiceBus for CQRS.NET as your command bus

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Chinchilla.Logging:

Repository Stars
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Version Downloads Last updated
5.2.41 4,521 2/14/2024
5.1.40 7,300 1/15/2024
5.1.39 7,037 12/10/2023
5.1.38 813 12/9/2023
5.1.37 799 12/9/2023
5.0.36 7,680 10/23/2023
4.5.35 909 10/20/2023
4.5.34 5,981 10/12/2023
4.5.33 1,030 10/12/2023
4.5.32 911 10/11/2023
4.5.31 942 10/7/2023
4.5.29 48,840 10/13/2022
4.5.28 36,539 6/23/2022
4.5.27 2,417 6/23/2022
4.5.26 11,350 6/10/2022
4.5.25 9,991 6/9/2022
4.4.23.1692147461 7,556 1/13/2022
4.4.22.1691250932 2,456 1/13/2022
4.3.20.1051712093 6,499 7/21/2021
4.3.19.619527768 2,428 3/4/2021
4.3.18.619462645 2,088 3/4/2021
4.3.17.430055166 2,065 12/18/2020
4.3.16.430049424 2,179 12/18/2020
4.3.15.430037793 2,035 12/18/2020
4.2.149.109 5,398 8/11/2020
4.2.148.108 2,016 4/12/2020
4.2.147.107 1,956 4/12/2020
4.2.146.106 1,927 4/7/2020
4.2.144.105 1,860 4/7/2020
4.2.143.104 1,886 4/7/2020
4.1.124.102 139,396 11/25/2019
4.1.122.101 12,217 11/24/2019
4.1.121.100 1,903 11/24/2019
4.1.119.99 1,977 11/24/2019
4.0.115.95 1,693 11/23/2019
4.0.113.94 15,375 11/22/2019
4.0.111.92 1,674 11/19/2019

Version 4.1.0

* Added additional Support for .NET Standard 2.0.

Version 4.0.0

* Added .NET Core 3.0 support.

Breaking Changes

* Removed Performance Trackers

Version 1.2.104

* Added support for IContainerLoggerSettings, an interface that allows container based settings at a very granular level.