Serilog.Sinks.Postgresql.Alternative
3.4.4
See the version list below for details.
dotnet add package Serilog.Sinks.Postgresql.Alternative --version 3.4.4
NuGet\Install-Package Serilog.Sinks.Postgresql.Alternative -Version 3.4.4
<PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="3.4.4" />
paket add Serilog.Sinks.Postgresql.Alternative --version 3.4.4
#r "nuget: Serilog.Sinks.Postgresql.Alternative, 3.4.4"
// Install Serilog.Sinks.Postgresql.Alternative as a Cake Addin #addin nuget:?package=Serilog.Sinks.Postgresql.Alternative&version=3.4.4 // Install Serilog.Sinks.Postgresql.Alternative as a Cake Tool #tool nuget:?package=Serilog.Sinks.Postgresql.Alternative&version=3.4.4
Serilog.Sinks.Postgresql.Alternative is a library to save logging information from https://github.com/serilog/serilog to https://www.postgresql.org/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.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. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Npgsql (>= 6.0.6)
- Serilog (>= 2.11.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Npgsql (>= 6.0.6)
- Serilog (>= 2.11.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Npgsql (>= 6.0.6)
- Serilog (>= 2.11.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
net5.0
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Npgsql (>= 6.0.6)
- Serilog (>= 2.11.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
-
net6.0
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Npgsql (>= 6.0.6)
- Serilog (>= 2.11.0)
- Serilog.Sinks.PeriodicBatching (>= 2.3.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Serilog.Sinks.Postgresql.Alternative:
Package | Downloads |
---|---|
Kalbe.Library.Common
Package Description |
|
Kalbe.Library.Data.EntityFrameworkCore
Package Description |
|
Abc.Utils
Abc.Utils |
|
SolidAppers.Core
Solid Framework base package |
|
Cadmus.Api.Config
Cadmus API configuration |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Serilog.Sinks.Postgresql.Alternative:
Repository | Stars |
---|---|
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
|
|
DevArchitecture/DevArchitecture
DevArchitecture Backend Project
|
|
serilog-contrib/serilog-ui
Simple Serilog log viewer UI for several sinks.
|
Version | Downloads | Last updated |
---|---|---|
4.1.1 | 77,279 | 7/2/2024 |
4.1.0 | 168 | 7/2/2024 |
4.0.4 | 26,122 | 5/16/2024 |
4.0.3 | 79,761 | 3/3/2024 |
4.0.2 | 48,968 | 11/27/2023 |
4.0.1 | 506 | 11/26/2023 |
4.0.0 | 525 | 11/21/2023 |
3.5.0 | 255,448 | 11/20/2022 |
3.4.5 | 44,851 | 10/30/2022 |
3.4.4 | 80,136 | 8/31/2022 |
3.4.3 | 30,716 | 6/1/2022 |
3.4.2 | 100,275 | 4/4/2022 |
3.4.1 | 11,656 | 2/16/2022 |
3.4.0 | 30,410 | 1/12/2022 |
3.3.12 | 42,368 | 11/9/2021 |
3.3.11 | 15,227 | 10/28/2021 |
3.3.10 | 1,734 | 10/14/2021 |
3.3.9 | 4,676 | 9/12/2021 |
3.3.8 | 970 | 9/3/2021 |
Version 3.4.4.0 (2022-08-31): Updated NuGet packages, fixed issue that enum couldn't be written as integer (Check https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/52).