-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme.txt for the NuGet packages (#644)
- Loading branch information
1 parent
63ceb8d
commit f0f79b0
Showing
4 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Welcome to NLog for ASP.NET Core! | ||
|
||
To get started, check one of these short tutorials: | ||
|
||
- Getting started for ASP.NET Core 5: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-5 | ||
- Getting started for ASP.NET Core 3: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-3 | ||
- Getting started for ASP.NET Core 2: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-2 | ||
|
||
# More information | ||
|
||
- How to use structured logging: https://github.com/NLog/NLog/wiki/How-to-use-structured-logging | ||
- All config options: https://nlog-project.org/config | ||
|
||
# Troubleshooting | ||
|
||
Having issues to get things working? It's recommend to follow to Troubleshooting https://github.com/NLog/NLog/wiki/Logging-troubleshooting page. | ||
|
||
For questions, StackOverflow (https://stackoverflow.com/questions/tagged/nlog) is recommend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Welcome to NLog for ASP.NET! | ||
|
||
For ASP.NET Core, you need the NLog.Web.AspNetCore package and not this one (https://www.nuget.org/packages/NLog.Web.AspNetCore) | ||
|
||
To get started, check this tutorials: https://github.com/NLog/NLog/wiki/Tutorial | ||
|
||
# More information | ||
|
||
- How to use structured logging: https://github.com/NLog/NLog/wiki/How-to-use-structured-logging | ||
- All config options: https://nlog-project.org/config | ||
|
||
# Troubleshooting | ||
|
||
Having issues to get things working? It's recommend to follow to Troubleshooting https://github.com/NLog/NLog/wiki/Logging-troubleshooting page. | ||
|
||
For questions, StackOverflow (https://stackoverflow.com/questions/tagged/nlog) is recommend |