HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3
1.0.2
Prefix Reserved
See the version list below for details.
dotnet add package HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 --version 1.0.2
NuGet\Install-Package HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 -Version 1.0.2
<PackageReference Include="HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3" Version="1.0.2" />
paket add HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 --version 1.0.2
#r "nuget: HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3, 1.0.2"
// Install HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 as a Cake Addin #addin nuget:?package=HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3&version=1.0.2 // Install HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3 as a Cake Tool #tool nuget:?package=HaemmerElectronics.SeppPenner.Serilog.Sinks.AmazonS3&version=1.0.2
Serilog.Sinks.AmazonS3 is a library to save logging information from https://github.com/serilog/serilog to https://aws.amazon.com/s3/.
The idea there was to upload log files to https://aws.amazon.com/s3/ to later evaluate them with https://aws.amazon.com/emr/ services.
The assembly was written and tested in .Net Framework 4.8 and .Net Standard 2.0.
This project makes use of the https://github.com/serilog/serilog-sinks-file's code in a major part,
so thanks to all the https://github.com/serilog/serilog-sinks-file/graphs/contributors of this project :thumbsup:.
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
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 | 44,199 | 8/29/2021 | |
1.1.9 | 3,667 | 8/9/2021 | |
1.1.8 | 6,392 | 7/25/2021 | |
1.1.7 | 2,329 | 6/4/2021 | |
1.1.6 | 845 | 5/15/2021 | |
1.1.5 | 1,272 | 4/29/2021 | |
1.1.4 | 2,223 | 4/7/2021 | |
1.1.3 | 21,852 | 3/31/2021 | |
1.1.2 | 9,675 | 2/27/2021 | |
1.1.1 | 440 | 2/21/2021 | |
1.1.0 | 1,711 | 2/3/2021 | |
1.0.12 | 35,366 | 7/16/2020 | |
1.0.11 | 466 | 7/15/2020 | |
1.0.10 | 10,700 | 6/5/2020 | |
1.0.9 | 24,407 | 5/10/2020 | |
1.0.8 | 9,024 | 3/26/2020 | |
1.0.7 | 669 | 2/9/2020 | |
1.0.6 | 4,115 | 12/9/2019 | |
1.0.5 | 568 | 12/8/2019 | |
1.0.4 | 2,090 | 11/12/2019 | |
1.0.3 | 605 | 11/8/2019 | |
1.0.2 | 898 | 7/25/2019 | |
1.0.1 | 733 | 6/23/2019 | |
1.0.0 | 2,343 | 6/1/2019 |
Version 1.0.2.0 (2019-07-19): Support of role based authorization to S3 added, failureCallback parameter added.
Version 1.0.1.0 (2019-06-23): Added icon to the nuget package.
Version 1.0.0.0 (2019-05-31): 1.0 release.