VOOZH about

URL: https://www.nuget.org/packages/Ccf.Ck.Libs.Logging/7.0.4

⇱ NuGet Gallery | Ccf.Ck.Libs.Logging 7.0.4




👁 Image
Ccf.Ck.Libs.Logging 7.0.4

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

Extends the default nlog library with static methods for logging and default visualization of the logged entries

Product Versions Compatible and additional computed target framework versions.
.NET net7.0 net7.0 is compatible.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Ccf.Ck.Libs.Logging:

Package Downloads
Ccf.Ck.Utilities.Generic

This package provides CoreKraft specific generic extensions and utilities.

Ccf.Ck.Models.KraftModule

This package contains CoreKraft KraftModule, KraftModuleCollection models and their extension methods.

Ccf.Ck.Libs.Web.Bundling

Bundling and optimization framework for .NET Core and .NET-Standard projects

Ccf.Ck.Web.Middleware

This package contains CoreKraft's specific midlleware

Ccf.Ck.Utilities.CookieTicketStore

This package provides CoreKraft service for cookie store.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 1,644 11/26/2025
9.0.0 10,325 12/23/2024
8.0.2 4,326 8/12/2024
8.0.1 2,262 5/27/2024
8.0.0 5,720 5/22/2024
7.0.4 6,566 10/19/2023
7.0.3 3,719 6/21/2023
7.0.2 339 6/20/2023
7.0.1 5,254 3/15/2023
7.0.0 1,650 3/14/2023
6.0.0 67,250 5/10/2022
5.0.3 721 5/9/2022
5.0.2 33,638 6/28/2021
5.0.1 898 5/18/2021
5.0.0 6,155 2/2/2021
1.0.22 16,253 2/2/2021
1.0.21 4,702 1/6/2021
1.0.20 21,474 12/8/2020
1.0.19 6,863 12/6/2020
1.0.18 3,759 12/5/2020
Loading failed

- Version 1.0.0 Contains initial implementation for logging based on nlog with default visualization of the logged items
- Version 1.0.1 Extended the logger to have a default error page which can be used like: ctx.Response.Redirect("/error?message=" + UrlEncoder.Default.Encode(ctx.Failure.Message));
- Version 1.0.2 Nuget-creation after csproj file fix
- Version 1.0.3 Updated the nlog.config supporting a console; updated nuget packages
- Version 1.0.4 Updated nuget packages, bugfix: nlog.config without 'ShouldSerializeWithAllDetails' is fixed now. Fixed problem when logging task is not done but the application is closing. The last log entries were missing.
- Version 1.0.5 Added support for netstandard2.1
- Version 1.0.6 Updated referenced nuget packages
- Version 1.0.7 Moving back to netstandard2.0 because of the incompatibility with .netcoreapp,version=v2.2
- Version 1.0.8 Compatibility issues with: Microsoft.Extensions.Logging Version=2.2.0
- Version 1.0.9 Compatibility issues: Microsoft.AspNetCore.Hosting downgraded to Version=2.2.0
- Version 1.0.10 Update to TargetFramework netstandard2.1
- Version 1.0.11 Update to TargetFramework netcoreapp3.1
- Version 1.0.12 Update underlying Nuget-Packages
- Version 1.0.13 Update underlying Nuget-Packages and reference NLog.MailKit
- Version 1.0.14 Declare variable @ExecutionFolder which can be logged (handy when sending email with errors to identify environment)
- Version 1.0.15 ContentRootPath has a default of emtpy string
- Version 1.0.16 Log only when properly initialized
- Version 1.0.17 Add Emergency logger in case the main one is not initialized
- Version 1.0.18 Fix error in determining the application folder for the emergency logger
- Version 1.0.19 Serialize the error and all internal errors when Emergency logger used
- Version 1.0.20 Optimization to serialize arguments only for the configured targets and log levels
- Version 1.0.21 Updated Nlog packages
- Version 1.0.22 Check if errorUrlSegment is null or empty and skip registration of a router
- Version 5.0.0  Updated to target net5.0
- Version 5.0.1  Fix bug with register routes to the web interface
- Version 5.0.2  Read nlog.config from a)ContentRootPath, b)Assembly.GetEntryAssembly(), c)GetManifestResourceStream("Ccf.Ck.Libs.Logging.Resources.nlog.config"
- Version 5.0.3  Lock the logger for the period of logging
- Version 6.0.0  Updated to .NET 6.0
- Version 7.0.0  Updated to .NET 7.0
- Version 7.0.1  Updated nugets and fixed example nlog.config
- Version 7.0.2  Extend the capabilities of showing errors
- Version 7.0.3  Update styling of the error report
- Version 7.0.4  Updated nuget packages