99 packages tagged with “appender”
Custom log4net Appender to send logs to Loggly
log4net appender that sends your log messages to Serilog.
Simple, asynchronous Slack log4net appender.
log4stash is a log4net appender for easy logging of exceptions and messages to Elasticsearch indices. You can configure few filters to analyze log events before they got sended to Elasticsearch similar to the filters on logstash.
Fluentd log4net appender
.Net Standard 2.0 compatible Log4Net appenders
Simple log4net appender which logs to the raygun.io API.
NLog Target/Appender for Apache Kafka
A log4net appender that writes to Microsoft Teams.
Log4net appender that sends log entries to Exceptionless. Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.
Appender for send messages to Grafana Loki
Custom log4Net Appender to send logs to Loggly
log4net.ElasticSearch.Async is a log4net appender, based on log4net.ElasticSearch package, for easy logging of exceptions and messages to Elasticsearch indices. The main improvement over log4net.ElasticSearch is background/async logging based on producer-consumer pattern, automatically utilizing bulk API in case of log event bursts. Currently the package provides: - Background/Async logging based on producer-consumer pattern (non-blocking for main application thread) - Configurable exponential backoff retry policy for communication with ElasticSearch - Configurable buffer sizes with rolling buffer option (both general producer-consumer buffer and intermediate flush buffer) - External machine IP added to log events (if possible) - Skipping TLS certificate validation for ElasticSearch endpoint - Setting custom HTTP(S) proxy - Disabling system HTTP(S) proxy - Using custom ElasticSearch processing pipeline - Gzip HTTP compression - NET Standard 2.0 support
MongoDB appender for log4net
log4net Appender for Azure File Storage.
Simple, asynchronous Loggly log4net appender.
Slack appender for Log4Net
Using log4net with RollingFileAppender
Its a bridge between NLog and log4net. It hands all log4net logging events over to NLog. So you could use any lib which uses log4net without even using log4net yourself. Simply call the following line and you are done: NLogAppender.Initialize();
log4net async appenders: - ForwardingAppenderAsync which forwards LoggingEvents to a list of attached appenders asynchronously; - ForwardingAppenderAsyncWithMetrics do the same as ForwardingAppenderAsync but with metrics.
Log4net appender for Sentry
Simple log4net appender which logs to the raygun.io API from your MVC application.
Fast and lightweight key/value pair logger for .NET Core projects.
Traditional simple text base logging frameworks lack what your application can easily emit in providing you better insight into the health of your application. Wouldn’t it be great to easily instrument incredible rich details? Well, look no further. ReflectInsight was designed to easily let your application speak volumes! One of ReflectInsight’s most powerful features is its impressive and elegant Viewer. The Viewer was design to hone in on particular issues and filter any unwanted noise by creating User Defined Views. User Defined Views allow you to filter a given request and visualize the execution path that actually caused the issue at hand. Everyone knows that debugging multithread applications is no simple task. Due to racing conditions, traditional IDE debuggers are not well suited for the job and don’t really provide an accurate picture behind the scenes. With ReflectInsight’s Live Viewer, debugging multithread applications is that much easier! In order to use this library you must have the ReflectInsight Viewer installed. Download and install the ReflectInsight Viewer from this location: http://www.ReflectSoftware.com/Public/Download.aspx You can view your messages in realtime, in a rich viewer that allows you to filter out and search for what really matters to you.
Simple log4net appender which logs to the raygun.io API from your WebApi application.