#dotnetcore #serilog #loggingInDotNetCore
Project link : https://github.com/rd003/YT_AuthCoreApi
Hi everyone, in this video we are going to learn how to log error in dot net core. We are logging error into database with the help of library Serilog.
For using serilog you have to install following packages
Install-Package Serilog.AspNetCore
Install-Package Serilog.Settings.Configuration
Install-Package Serilog.Enrichers.Environment
Install-Package Serilog.Enrichers.Process
Install-Package Serilog.Enrichers.Thread
Install-Package Serilog.Sinks.MSSqlServer
If you have found this video helpful, then please hit the like button.
Thanks
Download
0 formats
No download links available.
Log error in dot net core using SeriLog | Logging Error to database | NatokHD