HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3
1.0.11
Prefix Reserved
See the version list below for details.
dotnet add package HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 --version 1.0.11
NuGet\Install-Package HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 -Version 1.0.11
<PackageReference Include="HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3" Version="1.0.11" />
paket add HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 --version 1.0.11
#r "nuget: HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3, 1.0.11"
// Install HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 as a Cake Addin #addin nuget:?package=HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3&version=1.0.11 // Install HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 as a Cake Tool #tool nuget:?package=HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3&version=1.0.11
Serilog.Sinks.AmazonS3
Serilog.Sinks.AmazonS3 is a library to save logging information from Serilog to Amazon S3. The idea there was to upload log files to Amazon S3 to later evaluate them with Amazon EMR services. The assembly was written and tested in .Net Framework 4.8 and .Net Standard 2.0. This project makes use of the Serilog.Sinks.File's code in a major part, so thanks to all the contributors of this project 👍.
Available for
- NetFramework 4.6
- NetFramework 4.6.2
- NetFramework 4.7
- NetFramework 4.7.2
- NetFramework 4.8
- NetStandard 2.0
- NetStandard 2.1
- NetCore 2.1
- NetCore 3.1
Net Core and Net Framework latest and LTS versions
- https://dotnet.microsoft.com/download/dotnet-framework
- https://dotnet.microsoft.com/download/dotnet-core
Basic usage:
Check out the how to use file here.
Change history
See the Changelog.
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 is compatible. net461 was computed. net462 is compatible. net463 was computed. net47 is compatible. net471 was computed. net472 is compatible. net48 is compatible. 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 2.1
-
.NETCoreApp 3.1
-
.NETFramework 4.6
-
.NETFramework 4.6.2
-
.NETFramework 4.7
-
.NETFramework 4.7.2
-
.NETFramework 4.8
-
.NETStandard 2.0
-
.NETStandard 2.1
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.1.10 | 42,791 | 8/29/2021 | |
1.1.9 | 3,585 | 8/9/2021 | |
1.1.8 | 6,382 | 7/25/2021 | |
1.1.7 | 2,276 | 6/4/2021 | |
1.1.6 | 836 | 5/15/2021 | |
1.1.5 | 1,263 | 4/29/2021 | |
1.1.4 | 2,022 | 4/7/2021 | |
1.1.3 | 21,842 | 3/31/2021 | |
1.1.2 | 9,666 | 2/27/2021 | |
1.1.1 | 429 | 2/21/2021 | |
1.1.0 | 1,690 | 2/3/2021 | |
1.0.12 | 34,740 | 7/16/2020 | |
1.0.11 | 458 | 7/15/2020 | |
1.0.10 | 10,442 | 6/5/2020 | |
1.0.9 | 24,276 | 5/10/2020 | |
1.0.8 | 8,986 | 3/26/2020 | |
1.0.7 | 661 | 2/9/2020 | |
1.0.6 | 4,107 | 12/9/2019 | |
1.0.5 | 559 | 12/8/2019 | |
1.0.4 | 2,082 | 11/12/2019 | |
1.0.3 | 597 | 11/8/2019 | |
1.0.2 | 890 | 7/25/2019 | |
1.0.1 | 724 | 6/23/2019 | |
1.0.0 | 2,335 | 6/1/2019 |
Version 1.0.11.0 (2020-07-15): Updated nuget packages, added new constructor taking serviceUrl instead of endpoint (Thanks to @Galouw).