Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class GlobalLogBufferingOptions
/// </summary>
/// <remarks>
/// Use this to temporarily suspend buffering after a flush, e.g. in case of an incident you may want all logs to be emitted immediately,
/// so the buffering will be suspended for the <see paramref="AutoFlushDuration"/> time.
/// so the buffering will be suspended for the <see cref="AutoFlushDuration"/> time.
/// </remarks>
[TimeSpan(MinimumAutoFlushDuration, MaximumAutoFlushDuration)]
public TimeSpan AutoFlushDuration { get; set; } = _defaultAutoFlushDuration;
Expand Down
Loading