1 implementation of AppendAsync
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobAppendReferenceWrapper.cs (1)
31public async Task AppendAsync(ArraySegment<byte> data, CancellationToken cancellationToken)
1 reference to AppendAsync
Microsoft.Extensions.Logging.AzureAppServices (1)
BlobLoggerProvider.cs (1)
82await blob.AppendAsync(buffer, cancellationToken).ConfigureAwait(false);