Ccf.Ck.Libs.Logging
1.0.8
See the version list below for details.
dotnet add package Ccf.Ck.Libs.Logging --version 1.0.8
NuGet\Install-Package Ccf.Ck.Libs.Logging -Version 1.0.8
<PackageReference Include="Ccf.Ck.Libs.Logging" Version="1.0.8" />
<PackageVersion Include="Ccf.Ck.Libs.Logging" Version="1.0.8" />
<PackageReference Include="Ccf.Ck.Libs.Logging" />
paket add Ccf.Ck.Libs.Logging --version 1.0.8
#r "nuget: Ccf.Ck.Libs.Logging, 1.0.8"
#:package Ccf.Ck.Libs.Logging@1.0.8
#addin nuget:?package=Ccf.Ck.Libs.Logging&version=1.0.8
#tool nuget:?package=Ccf.Ck.Libs.Logging&version=1.0.8
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 | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | 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. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.Data.Sqlite (>= 3.1.3)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.Extensions.Logging.Filter (>= 1.1.2)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.0)
- NLog.Extensions.Logging (>= 1.6.2)
- NLog.Web.AspNetCore (>= 4.9.1)
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,174 | 11/26/2025 |
| 9.0.0 | 10,300 | 12/23/2024 |
| 8.0.2 | 4,300 | 8/12/2024 |
| 8.0.1 | 2,242 | 5/27/2024 |
| 8.0.0 | 5,697 | 5/22/2024 |
| 7.0.4 | 6,549 | 10/19/2023 |
| 7.0.3 | 3,701 | 6/21/2023 |
| 7.0.2 | 319 | 6/20/2023 |
| 7.0.1 | 5,240 | 3/15/2023 |
| 7.0.0 | 1,636 | 3/14/2023 |
| 6.0.0 | 67,228 | 5/10/2022 |
| 5.0.3 | 707 | 5/9/2022 |
| 5.0.2 | 33,620 | 6/28/2021 |
| 5.0.1 | 880 | 5/18/2021 |
| 5.0.0 | 6,137 | 2/2/2021 |
| 1.0.22 | 16,235 | 2/2/2021 |
| 1.0.21 | 4,686 | 1/6/2021 |
| 1.0.20 | 21,458 | 12/8/2020 |
| 1.0.19 | 6,848 | 12/6/2020 |
| 1.0.8 | 946 | 4/11/2020 |
- 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