Found 46 packages
Serilog sink to buffer log messages and conditionally emit them based on later events.
This assembly supports the buffered uploading of streams much like the AWS TransferUtility upload methods. However, it also supports non-seekable streams (such as the piped output from a console application).
Buffered email trace listener extension for System.Diagnostics, along with required config sections. Adds formatted trace messages to a buffer and sends an email when the process exits, or on request. Other Essential.Diagnostics packages extend the .NET Framework System.Diagnostics trace logging with additional trace listeners. Included are colored console (that allows custom formats), SQL database (including a tool to create tables), rolling file (with custom formats), rolling XML, email (per trace or batched), and an in-memory trace listener. The Essential.Diagnostics project also publishes a fluent client library that includes easy encapsulation of activity and logical operation scopes, as well as abstractions and templated classes for a simpler logging API and support for dependency injection frameworks. See the project site on CodePlex for examples and documentation.
Offers buffered logging to Serilog to only write to the log upon a specific log level.
Offers buffered logging to Serilog to only write to the log upon a specific log level. The web version automatically buffers based on the HTTP Request Id.
Implements buffered consumer using System.Threading.Channels.Channel<T>. Consumer callback methods are called when buffer limit is reached or time reached flush interval.
A buffered and thread-safe wrapper around the cryptographic random number generator for .NET and Fable. Compatible with the System.Random interface, plus additional convenience methods.
Byte-level 'forward read' only buffered data source infrastructure
Buffered azure table storage logger nuget package
Provides BufferedLoggerExtension for ILogger
SlackBuffered is a Serilog sink that can be used to send buffered logs to Slack.
Provides Analyzer for BufferedLoggerExtension
Adds a buffer on top of InfluxDB 2.0 client. Pushing to metrics server happens when buffer is full or flush interval is reached.
A scoped, buffered logging utility for .NET 8 using ILogger
Buffered Response Middleware.
SlackBufferedLogger is a custom logging provider that can be used to send buffered logs to Slack.
Modify, filter, buffer event logs. Buffer log messages and conditionally output them based on later events.
Tracing library that writes either immidiately or buffered to Azure Storage. It is a standard System.Diagnostics TraceListener, but also adds some additional capabilities.
Copies an arbitrary stream to another stream or an output file (buffered).