Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

aspnet/Logging

Repository files navigation

Logging

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/Extensions.

Common logging abstractions and a few implementations. Refer to the wiki for more information

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.

Providers

Community projects adapt Microsoft.Extensions.Logging for use with different back-ends.

  • Sentry - provider for the Sentry service
  • Serilog - provider for the Serilog library
  • elmah.io - provider for the elmah.io service
  • Loggr - provider for the Loggr service
  • NLog - provider for the NLog library
  • Graylog - provider for the Graylog service
  • Sharpbrake - provider for the Airbrake notifier
  • KissLog.net - provider for the KissLog.net service

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.