Package: Microsoft.Extensions.Logging
NuGet (master
):
MyGet (
dev
):
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.
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
To run a complete build on command line only, execute build.cmd
or build.sh
without arguments.
Before opening this project in Visual Studio or VS Code, execute build.cmd /t:Restore
(Windows) or ./build.sh /t:Restore
(Linux/macOS).
This will execute only the part of the build script that downloads and initializes a few required build tools and packages.
See developer documentation for more details.