Microsoft.Extensions.Diagnostics.Buffering Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
GlobalLogBuffer |
Buffers logs into global circular buffers and drops them after some time if not flushed. |
GlobalLogBufferingOptions |
The options for global log buffering. |
LogBuffer |
Buffers logs into circular buffers and drops them after some time if not flushed. |
LogBufferingFilterRule |
Defines a rule used to filter log messages for purposes of further buffering. |
PerRequestLogBuffer |
Buffers logs into per-request circular buffers and drops them after some time if not flushed or when the request ends. |