VOOZH about

URL: https://www.nuget.org/packages/Chinchilla.Logging/

⇱ NuGet Gallery | Chinchilla.Logging 6.0.48




👁 Image
Chinchilla.Logging 6.0.48

dotnet add package Chinchilla.Logging --version 6.0.48
 
 
NuGet\Install-Package Chinchilla.Logging -Version 6.0.48
 
 
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="6.0.48" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Chinchilla.Logging" Version="6.0.48" />
 
Directory.Packages.props
<PackageReference Include="Chinchilla.Logging" />
 
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 Chinchilla.Logging --version 6.0.48
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Chinchilla.Logging, 6.0.48"
 
 
#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 Chinchilla.Logging@6.0.48
 
 
#: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=Chinchilla.Logging&version=6.0.48
 
Install as a Cake Addin
#tool nuget:?package=Chinchilla.Logging&version=6.0.48
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.

EventLogger, 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 Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.ConfigurationManager

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

Cqrs.Azure.ServiceBus

Use Azure ServiceBus as a message, event or command bus 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
6.0.48 547 10/11/2025
5.3.46 41,727 1/13/2025
5.2.45 13,480 10/19/2024
5.2.44 14,558 10/8/2024
5.2.43 3,637 10/8/2024
5.2.42 4,750 10/8/2024
5.2.41 8,090 2/14/2024
5.1.40 44,119 1/15/2024
5.1.39 14,550 12/10/2023
5.1.38 4,288 12/9/2023
5.1.37 4,276 12/9/2023
5.0.36 13,679 10/23/2023
4.5.35 4,404 10/20/2023
4.5.34 14,660 10/12/2023
4.5.33 4,610 10/12/2023
4.5.32 4,405 10/11/2023
4.5.31 4,458 10/7/2023
4.5.29 78,842 10/13/2022
4.5.28 43,533 6/23/2022
4.5.27 6,006 6/23/2022
Loading failed

Version 6.0

- Retired .NET Framework 4.0 and 4.5.2 support. Minimum supported version is 4.7.2
- Retired .NET 6.0 support. Minimum supported version is 8.0
- Updated dependencies to latest versions.

Version 5.3

- Upgraded Microsoft.Data.SqlClient to version 5.2.2.

Version 5.2

- Upgraded Microsoft.Data.SqlClient to version 5.1.4.
- Upgraded System.Configuration.ConfigurationManager to version 6.0.1.
- Added a message to exception tracking so they appear better in Azure Function monitoring when unioned with traces in Out-Of-The-Box monitoring charts etc.

Version 5.1

- Added support for process flow tracking via ITelemetryHelper.

Version 5.0

- New settings to support table logging