Ccf.Ck.Libs.Logging
1.0.21
Extends the default nlog library with static methods for logging and default visualization of the logged entries
Install-Package Ccf.Ck.Libs.Logging -Version 1.0.21
dotnet add package Ccf.Ck.Libs.Logging --version 1.0.21
<PackageReference Include="Ccf.Ck.Libs.Logging" Version="1.0.21" />
paket add Ccf.Ck.Libs.Logging --version 1.0.21
Release Notes
- 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
Dependencies
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.Data.Sqlite (>= 3.1.9)
- Microsoft.Extensions.Logging (>= 3.1.9)
- Microsoft.Extensions.Logging.Filter (>= 1.1.2)
- Newtonsoft.Json (>= 12.0.3)
- NLog (>= 4.7.6)
- NLog.Extensions.Logging (>= 1.7.0)
- NLog.MailKit (>= 3.3.0)
- NLog.Web.AspNetCore (>= 4.10.0)
Used By
NuGet packages (6)
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.NodeRequest
This package contains the models needed for making a request to specific Node.
|
|
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.Cli.Base
Command-Line-Interface (Cli) tools for the CoreKraft/BindKraft frameworks (Ccf.Ck.Cli.Base)
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.21 | 78 | 1/6/2021 |
1.0.20 | 149 | 12/8/2020 |
1.0.19 | 42 | 12/6/2020 |
1.0.18 | 47 | 12/5/2020 |
1.0.17 | 80 | 12/3/2020 |
1.0.16 | 43 | 12/3/2020 |
1.0.15 | 40 | 12/3/2020 |
1.0.14 | 60 | 11/25/2020 |
1.0.13 | 863 | 10/22/2020 |
1.0.12 | 661 | 9/2/2020 |
1.0.11 | 277 | 5/31/2020 |
1.0.10 | 178 | 5/14/2020 |
1.0.9 | 1,759 | 4/11/2020 |
1.0.8 | 154 | 4/11/2020 |
1.0.7 | 241 | 4/11/2020 |
1.0.6 | 130 | 4/10/2020 |
1.0.5 | 156 | 1/28/2020 |
1.0.4 | 221 | 9/18/2019 |
1.0.3 | 8,804 | 3/19/2019 |
1.0.2 | 549 | 1/11/2019 |
1.0.1 | 293 | 1/8/2019 |
1.0.0 | 930 | 11/21/2018 |