Skip to content

logzio/logzio-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Build Status

logzio-dotnet

This repository contains the Logz.io shippers for .NET frameworks, currently including log4net and NLog.

Prerequisites: .Net Core SDK version 2.0 or above

Features

  • Async, non-blocking and non-throwing logging to Logz.io
  • Logs are uploaded in bulks of 100 messages (configurable) or a timeout of 5 seconds (configurable)
  • Up to 3 retries (configurable) 2 seconds apart (configurable) in case the upload fails, for whatever reason
  • On console applications, logs are flushed before the app exits
  • Enable debug mode to see debug messages and errors in the console output and trace log
  • Provided with sample applications and configuration examples