Serilog.Sinks.Seq
3.3.0-dev-00110
.NET Standard 1.1
.NET Framework 4.5
This is a prerelease version of Serilog.Sinks.Seq.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Serilog.Sinks.Seq --version 3.3.0-dev-00110
NuGet\Install-Package Serilog.Sinks.Seq -Version 3.3.0-dev-00110
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="Serilog.Sinks.Seq" Version="3.3.0-dev-00110" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Sinks.Seq --version 3.3.0-dev-00110
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Serilog.Sinks.Seq, 3.3.0-dev-00110"
#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.
// Install Serilog.Sinks.Seq as a Cake Addin
#addin nuget:?package=Serilog.Sinks.Seq&version=3.3.0-dev-00110&prerelease
// Install Serilog.Sinks.Seq as a Cake Tool
#tool nuget:?package=Serilog.Sinks.Seq&version=3.3.0-dev-00110&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Serilog sink that writes to the Seq log server over HTTP/HTTPS.
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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- Serilog (>= 2.3.0)
- Serilog.Formatting.Compact (>= 1.0.0)
- Serilog.Sinks.File (>= 3.2.0)
- Serilog.Sinks.PeriodicBatching (>= 2.1.0)
- Serilog.Sinks.RollingFile (>= 3.3.0)
-
.NETFramework 4.6
- Serilog (>= 2.3.0)
- Serilog.Formatting.Compact (>= 1.0.0)
- Serilog.Sinks.File (>= 3.2.0)
- Serilog.Sinks.PeriodicBatching (>= 2.1.0)
- Serilog.Sinks.RollingFile (>= 3.3.0)
- System.Net.Http (>= 4.3.1)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Serilog (>= 2.3.0)
- Serilog.Formatting.Compact (>= 1.0.0)
- Serilog.Sinks.PeriodicBatching (>= 2.1.0)
- System.Net.Http (>= 4.3.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Serilog (>= 2.3.0)
- Serilog.Formatting.Compact (>= 1.0.0)
- Serilog.Sinks.File (>= 3.2.0)
- Serilog.Sinks.PeriodicBatching (>= 2.1.0)
- Serilog.Sinks.RollingFile (>= 3.3.0)
- System.Net.Http (>= 4.3.1)
NuGet packages (263)
Showing the top 5 NuGet packages that depend on Serilog.Sinks.Seq:
Package | Downloads |
---|---|
Takenet.Iris.Common
Iris common data types package |
|
Hopex.ApplicationServer.SiteModule
Hopex Application site module |
|
MyJetWallet.Sdk.Service
Package Description |
|
FizzCode.EtLast.PluginHost
Plugin host for EtLast ETL (Extract, Transform and Load) library |
|
Convey.Logging
Convey.Logging |
GitHub repositories (53)
Showing the top 5 popular GitHub repositories that depend on Serilog.Sinks.Seq:
Repository | Stars |
---|---|
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|
|
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
|
|
dotnetcore/Util
Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
|
|
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
|
|
fullstackhero/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 7.0 WebApi built with Multitenancy Support.
|
Version | Downloads | Last updated |
---|---|---|
5.2.3-dev-00262 | 33,368 | 2/5/2023 |
5.2.3-dev-00260 | 28,876 | 11/22/2022 |
5.2.3-dev-00257 | 1,253 | 11/15/2022 |
5.2.2 | 2,607,552 | 11/15/2022 |
5.2.2-dev-00247 | 4,681 | 10/18/2022 |
5.2.1 | 941,446 | 9/30/2022 |
5.2.1-dev-00246 | 74 | 10/18/2022 |
5.2.1-dev-00245 | 81 | 10/10/2022 |
5.2.0 | 376,377 | 9/13/2022 |
5.2.0-dev-00239 | 81 | 9/28/2022 |
5.2.0-dev-00236 | 92 | 9/13/2022 |
5.2.0-dev-00234 | 628 | 9/13/2022 |
5.1.2-dev-00232 | 94 | 9/12/2022 |
5.1.2-dev-00229 | 464 | 9/12/2022 |
5.1.2-dev-00225 | 20,720 | 6/24/2022 |
5.1.2-dev-00222 | 48,151 | 2/14/2022 |
5.1.1 | 6,619,193 | 1/13/2022 |
5.1.1-dev-00218 | 123 | 1/13/2022 |
5.1.0 | 1,630,093 | 11/12/2021 |
5.1.0-dev-00214 | 755 | 11/5/2021 |
5.1.0-dev-00206 | 874 | 11/4/2021 |
5.0.2-dev-00203 | 242 | 11/2/2021 |
5.0.1 | 6,091,648 | 4/22/2021 |
5.0.1-dev-00190 | 226 | 4/22/2021 |
5.0.0 | 1,526,531 | 2/11/2021 |
5.0.0-dev-00184 | 255 | 2/11/2021 |
5.0.0-dev-00174 | 130,761 | 2/23/2020 |
5.0.0-dev-00172 | 34,017 | 2/17/2020 |
4.1.0-dev-00166 | 458,820 | 10/17/2019 |
4.0.1-dev-00159 | 91,343 | 9/22/2018 |
4.0.1-dev-00157 | 20,265 | 7/23/2018 |
4.0.1-dev-00155 | 17,665 | 5/9/2018 |
4.0.1-dev-00154 | 2,581 | 4/13/2018 |
4.0.0 | 19,872,050 | 1/14/2018 |
4.0.0-dev-00150 | 10,495 | 10/30/2017 |
4.0.0-dev-00148 | 1,387 | 10/19/2017 |
3.4.0 | 1,176,893 | 9/18/2017 |
3.4.0-dev-00134 | 3,084 | 9/15/2017 |
3.3.4-dev-00129 | 4,370 | 7/27/2017 |
3.3.4-dev-00126 | 869 | 7/26/2017 |
3.3.3 | 204,304 | 7/25/2017 |
3.3.3-dev-00122 | 876 | 7/25/2017 |
3.3.2 | 61,513 | 6/20/2017 |
3.3.2-dev-00118 | 906 | 6/20/2017 |
3.3.1 | 61,836 | 5/22/2017 |
3.3.1-dev-00114 | 899 | 5/22/2017 |
3.3.0 | 13,320 | 5/18/2017 |
3.3.0-dev-00110 | 3,640 | 4/8/2017 |
3.2.0 | 436,284 | 1/6/2017 |
3.2.0-dev-00105 | 957 | 1/6/2017 |
3.1.2-dev-00103 | 923 | 1/6/2017 |
3.1.2-dev-00100 | 2,591 | 11/15/2016 |
3.1.1 | 165,520 | 11/4/2016 |
3.1.1-dev-00096 | 1,116 | 11/4/2016 |
3.1.0 | 14,790 | 11/4/2016 |
3.1.0-dev-00092 | 1,206 | 11/4/2016 |
3.1.0-dev-00090 | 1,174 | 11/3/2016 |
3.0.2-dev-00088 | 988 | 10/31/2016 |
3.0.2-dev-00086 | 2,775 | 10/4/2016 |
3.0.1 | 148,256 | 9/9/2016 |
3.0.1-dev-00082 | 880 | 9/9/2016 |
3.0.0 | 29,091 | 8/26/2016 |
3.0.0-dev-00077 | 933 | 8/26/2016 |
3.0.0-dev-00076 | 936 | 8/21/2016 |
3.0.0-dev-00071 | 1,005 | 8/18/2016 |
3.0.0-dev-00069 | 5,222 | 7/7/2016 |
3.0.0-dev-00067 | 965 | 7/7/2016 |
2.0.1 | 92,029 | 8/21/2016 |
2.0.1-dev-00065 | 1,062 | 7/5/2016 |
2.0.0 | 108,566 | 6/28/2016 |
2.0.0-rc-57 | 1,795 | 6/20/2016 |
2.0.0-rc-55 | 1,083 | 6/17/2016 |
2.0.0-rc-51 | 1,244 | 6/9/2016 |
2.0.0-rc-48 | 1,505 | 6/1/2016 |
2.0.0-rc-46 | 2,564 | 5/17/2016 |
2.0.0-beta-42 | 3,717 | 3/3/2016 |
2.0.0-beta-41 | 923 | 3/3/2016 |
2.0.0-beta-39 | 886 | 3/3/2016 |
2.0.0-beta-38 | 1,207 | 2/28/2016 |
2.0.0-beta-34 | 1,676 | 2/23/2016 |
2.0.0-beta-33 | 1,459 | 2/15/2016 |
2.0.0-beta-32 | 910 | 2/15/2016 |
2.0.0-beta-31 | 976 | 2/9/2016 |
2.0.0-beta-30 | 1,646 | 1/26/2016 |
2.0.0-beta-29 | 882 | 1/26/2016 |
2.0.0-beta-28 | 1,200 | 1/14/2016 |
2.0.0-beta-25 | 1,294 | 12/1/2015 |
2.0.0-beta-23 | 1,162 | 11/28/2015 |
2.0.0-beta-22 | 1,144 | 11/28/2015 |
1.5.36 | 74,340 | 2/25/2016 |
1.5.27 | 44,470 | 12/6/2015 |
1.5.24 | 2,626 | 12/1/2015 |
1.5.17 | 56,791 | 9/4/2015 |
1.5.15 | 46,442 | 6/23/2015 |
1.5.14 | 16,393 | 4/30/2015 |
1.5.11 | 2,491 | 4/26/2015 |
1.5.9 | 4,801 | 4/10/2015 |
1.5.8 | 1,234 | 4/10/2015 |
1.5.7 | 2,045 | 4/2/2015 |
1.5.6 | 1,419 | 4/1/2015 |
1.5.5 | 1,851 | 3/26/2015 |
1.5.4 | 3,911 | 3/11/2015 |
1.5.3 | 1,218 | 3/11/2015 |
1.5.2 | 1,228 | 3/11/2015 |
1.5.1 | 1,666 | 3/11/2015 |
1.4.196 | 4,207 | 2/22/2015 |
1.4.182 | 3,099 | 2/15/2015 |
1.4.168 | 1,765 | 2/8/2015 |
1.4.155 | 2,027 | 2/1/2015 |
1.4.139 | 3,283 | 1/23/2015 |
1.4.118 | 1,842 | 1/13/2015 |
1.4.113 | 2,608 | 1/6/2015 |
1.4.102 | 3,796 | 12/21/2014 |
1.4.99 | 1,677 | 12/18/2014 |
1.4.97 | 1,489 | 12/18/2014 |
1.4.76 | 3,768 | 12/8/2014 |
1.4.39 | 1,845 | 11/26/2014 |
1.4.34 | 1,577 | 11/24/2014 |
1.4.28 | 1,402 | 11/24/2014 |
1.4.27 | 1,405 | 11/23/2014 |
1.4.23 | 1,408 | 11/21/2014 |
1.4.21 | 1,377 | 11/21/2014 |
1.4.18 | 1,673 | 11/18/2014 |
1.4.15 | 3,368 | 11/4/2014 |
1.4.14 | 1,614 | 10/23/2014 |
1.4.13 | 1,232 | 10/23/2014 |
1.4.12 | 3,115 | 10/12/2014 |
1.4.11 | 1,409 | 10/8/2014 |
1.4.10 | 6,801 | 9/26/2014 |
1.4.9 | 1,563 | 9/17/2014 |
1.4.8 | 1,569 | 9/11/2014 |
1.4.7 | 1,746 | 9/1/2014 |
1.4.6 | 1,272 | 8/31/2014 |
1.4.5 | 1,297 | 8/27/2014 |
1.4.4 | 21,703 | 8/27/2014 |