Skip to content

Commit

Permalink
Merge pull request #63 from nblumhardt/incorrect-doc
Browse files Browse the repository at this point in the history
Remove incorrect/outdated class-level doc on `PeriodicBatchingSink`
  • Loading branch information
skomis-mm authored Apr 15, 2023
2 parents ce315cf + 8f8a44c commit 2015487
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ namespace Serilog.Sinks.PeriodicBatching;
/// <summary>
/// Buffers log events into batches for background flushing.
/// </summary>
/// <remarks>
/// To avoid unbounded memory growth, events are discarded after attempting
/// to send a batch, regardless of whether the batch succeeded or not. Implementers
/// that want to change this behavior need to either implement from scratch, or
/// embed retry logic in the batch emitting functions.
/// </remarks>
public class PeriodicBatchingSink : ILogEventSink, IDisposable, IBatchedLogEventSink
#if FEATURE_ASYNCDISPOSABLE
, IAsyncDisposable
Expand Down

0 comments on commit 2015487

Please sign in to comment.