Provides a batching Sink that writes to Azure Blob Storage using append blobs.
Info
Version: | 0.1.0 |
Author(s): | danielwertheim |
Last Update: | Thursday, October 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielwertheim/serilog-sinks-azureappendblob |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.AzureAppendBlob |
Install
Install-Package Serilog.Sinks.AzureAppendBlob
dotnet add package Serilog.Sinks.AzureAppendBlob
paket add Serilog.Sinks.AzureAppendBlob
Serilog.Sinks.AzureAppendBlob Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Azure.Storage.Blobs(>= 12.6.0)
- Serilog(>= 2.10.0)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Sinks.PeriodicBatching(>= 2.3.0)
- Azure.Storage.Blobs(>= 12.6.0)
- Serilog(>= 2.10.0)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Sinks.PeriodicBatching(>= 2.3.0)
Tags