RSoft.Logs
1.3.2
dotnet add package RSoft.Logs --version 1.3.2
NuGet\Install-Package RSoft.Logs -Version 1.3.2
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="RSoft.Logs" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RSoft.Logs" Version="1.3.2" />
<PackageReference Include="RSoft.Logs" />
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 RSoft.Logs --version 1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RSoft.Logs, 1.3.2"
#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 RSoft.Logs@1.3.2
#: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=RSoft.Logs&version=1.3.2
#tool nuget:?package=RSoft.Logs&version=1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RSoft.Logs
Logging mechanism for elastic (direct mode) and terminal console
RSoft.Logs is a provider of logging mechanisms based on the standard .Net Core ILogger interface. The available resources are:
- Seq logger provider
- Elastic logger provider
- Console logger provider
- Middlware API Request/Response logger
- gRPC Request/Response interceptor
Release Notes
Version 1.0.0-rc1.1
- Fix field name 'TradeId' ⇒ 'TraceId' in GenericExceptionResponse.
Version 1.0.0-rc1.2
- Fix access modifier
RequestResponseLogging.LogResponsemethod frompublictoprivate.
Version 1.0.0-rc1.3
- Fix print date/time in console provider to use 24h format.
Version 1.0.0-rc1.4
- Fix methods xml documentation.
Version 1.0.0-rc1.5
- Added IgnoreActions for not log in request-response middleware logger.
- Upgrade nuget packages
- (CRITICAL BUG) ⇒ Responses is compromissed when match IgnoreActions
Version 1.0.0-rc1.6
- Fix critical bug responses is null wheb match IgnoreActions
Version 1.0.0-rc1.7
- Create flag to enable or disable Elastic Logging
Version 1.0.0
- Upgrade packages dependencies to released versions 5.0.0
Version 1.1.0-rc1.0
- Added Seq logger provider
Version 1.1.0-rc1.1
- Update packages
Version 1.1.0-rc1.2
- Fix request headers capture when their content contained quotation marks
Version 1.1.0-rc1.3
- Fix capture ApplicationName, ApplicationVersion and Environment
Version 1.1.0-rc1.4
- Fix scape bar " \ " in seq log payload api
Version 1.1.0-rc1.5
- Show details in log message on seq error result
Version 1.1.0-rc1.6
- Manage string to scaped characters for Seq Logger
Version 1.1.0-rc1.7
- Manage MethodInfo state data
Version 1.1.0
- Launch/Release final 1.1.0 version
Version 1.2.0
- Created gRPC log request/response interceptor
Version 1.2.1
- Fix interceptor when cat RPC Exception, throw the same exception
Version 1.2.2
- Fix interceptor on get RPC Exception body and StatusCode
Version 1.2.3
- Fix bug top processor when application container run in docker (do not use this version)
Version 1.2.4
- Fix loop log time (do not use this version)
Version 1.2.5
- Fix infinite loop (bug appear first time in 1.2.3 version) (do not use this version)
Version 1.3.0
- Fixed high processing consumption bug and infinite loop (Refactory)
Version 1.3.1
- Fixed bug on get environment data
- Added call formatter action in IEnumerable<KeyValuePairs> states
Version 1.3.2
- Added check if body response is json before write log with convertion to json
Documentation
Online documentation can be see here
| 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.
-
.NETStandard 2.1
- Grpc.Core.Api (>= 2.40.0)
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.Extensions.Http (>= 5.0.0)
- Microsoft.Extensions.Logging (>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Logging.Configuration (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 5.0.0)
- System.Text.Json (>= 5.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.2 | 714 | 8/3/2022 |
| 1.3.1 | 596 | 10/10/2021 |
| 1.3.0 | 549 | 10/6/2021 |
| 1.2.2 | 573 | 9/8/2021 |
| 1.2.1 | 573 | 9/8/2021 |
| 1.2.0 | 561 | 9/8/2021 |
| 1.1.0 | 553 | 8/26/2021 |
| 1.1.0-rc1.7 | 322 | 8/6/2021 |
| 1.1.0-rc1.6 | 374 | 5/31/2021 |
| 1.1.0-rc1.5 | 356 | 5/30/2021 |
| 1.1.0-rc1.4 | 325 | 5/27/2021 |
| 1.1.0-rc1.3 | 332 | 4/22/2021 |
| 1.1.0-rc1.2 | 310 | 4/21/2021 |
| 1.1.0-rc1.1 | 321 | 4/20/2021 |
| 1.1.0-rc1.0 | 332 | 4/19/2021 |
| 1.0.0 | 686 | 11/18/2020 |
| 1.0.0-rc1.7 | 527 | 10/18/2020 |
Loading failed