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

[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions

License

Notifications You must be signed in to change notification settings

aspnet/Logging

Repository files navigation

Logging

Package: Microsoft.Extensions.Logging NuGet (master): MyGet (dev):

AppVeyor: AppVeyor Travis: Travis

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 Home repo.

Providers

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

  • 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

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.