Serilog 🚀 Logging in .NET 7 Made Simple & Fun

preview_player
Показать описание


Table of Contents:
00:00 Serilog 🚀 Logging in .NET 7 Made Simple
00:57 Install NuGet Package
02:29 Log Your First Line
03:46 Utilizer Destructuring
05:13 Configure Serilog
07:22 Log into a File
13:11 Automatic HTTP Request Logging

#DotNet #Serilog #PatrickGod
Рекомендации по теме
Комментарии
Автор

It'd be great to see a continuation of this video with in depth details re structured logging & best practices.

wandie
Автор

Simple and practical guide for someone who just wants to start using simple logger. Thanks!

chrisspire
Автор

Very concise video Patrick, thanks for sharing. Would love to see more of this!

senriofthealexis
Автор

Thank you for sharing this video about Serilog! It was very informative and I appreciate the clear explanations. Great job!

franciscopeguero
Автор

Excellent as always & very informative / straight forward. I’ll play with it in one of my test applications. Danke!

PragmaticProgramma
Автор

Very Useful And Great Video. Thank you

pyoneeisan
Автор

Thank you so much for this tutorial. :)

jamalhussayn
Автор

Great job. I'd like to see implementation with setting the logs into a database and the best practices for that.

pyvogzt
Автор

Thanks Patrick, great video - could you show an example where the logs can be stored in Azure please?

webfax
Автор

Thank you for sharing this video..
Can we write records to table colons in database?

mesutdemirci
Автор

Nice video. I was actually looking for DB logging. You should add that.

metodispandjev
Автор

Thanks Patrick, this is great video. Would like to know is that possible for serilog to configure/control the log file size? For example if the log file size more than 10 mb then create a new log file

jvanwong
Автор

In 'Get' method, why did you use static logger 'Log' instead of property that you injected?!

mgame
Автор

Can you show how to do this with DI instead of a static class?

Glockodile
Автор

Would love to see a video on using Serilog in an Azure App Service or Function App and logging to blob storage or blob table.

Dcaverman
Автор

Hi, how we can do a conditional logging of the request and response with Serilog only if the status code is > 399 for example? Can I achieve this only with this serilog http middleware or do I need additional middleware for this?

georgicholakov
Автор

Hello
I'm new for .net 7, I have some question
if i have some static class function, maybe in model/Hello.cs. serilog still can write log??
thank a lot!!

r
Автор

Please Mr. Patrick, I want to ask, would the logging still work after I deploy the application on IIS? or is it only for development environment?

iykeypat
Автор

is it possible to use serilog with MultiTenancy, because i want to log to diffrent database depending the scope of the request ?

adnenbenawicha
Автор

I need a video which you show logging to db with optimised memory performance

prosedox