[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Nate McMaster 2d2f319682
Update README.md (#935)
2018-11-06 16:45:26 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:27 -07:00
benchmarks/Logging.Performance Add capture scopes flag (#921) 2018-10-30 11:13:25 -07:00
build Adjust Roslyn package versions 2018-10-31 18:11:41 -07:00
samples/SampleApp Support stderr in console logger (#913) 2018-11-05 11:33:41 -08:00
src Make LogLevelAttribute applicable to classes and assemblies 2018-11-06 14:50:52 -08:00
test Make LogLevelAttribute applicable to classes and assemblies 2018-11-06 14:50:52 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:27 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:22 -07:00
.gitignore Decrease logging overhead (#917) 2018-10-29 11:41:41 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:27 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:54:04 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-08 12:04:02 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:45:11 -07:00
Logging.sln Decrease logging overhead (#917) 2018-10-29 11:41:41 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:21 -08:00
NuGetPackageVerifier.json Implement file logging integration with xunit 2018-04-10 14:55:25 -07:00
README.md Update README.md (#935) 2018-11-06 16:45:26 -08:00
build.cmd Update bootstrappers 2017-10-09 12:46:16 -07:00
build.sh Update bootstrappers 2017-10-09 12:46:16 -07:00
korebuild-lock.txt Update dependencies.props 2018-10-07 12:23:05 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:27 -07:00
run.cmd Update bootstrappers 2017-10-09 12:46:16 -07:00
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:36 -07:00
version.props Bumping version from 2.2.0 to 3.0.0 2018-06-28 16:48:55 -07:00

README.md

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.