Serilog 🚀 Logging in .NET 7 Made Simple & Fun

  Рет қаралды 45,486

Patrick God

Patrick God

Күн бұрын

Пікірлер: 49
@franciscopeguero1164
@franciscopeguero1164 Жыл бұрын
Thank you for sharing this video about Serilog! It was very informative and I appreciate the clear explanations. Great job!
@PatrickGod
@PatrickGod Жыл бұрын
Thanks a lot for your feedback! Glad I could help! 😊
@wandie87
@wandie87 Жыл бұрын
It'd be great to see a continuation of this video with in depth details re structured logging & best practices.
@PragmaticProgramma
@PragmaticProgramma Жыл бұрын
Excellent as always & very informative / straight forward. I’ll play with it in one of my test applications. Danke!
@PatrickGod
@PatrickGod Жыл бұрын
Thank you so much for your feedback! Have fun playing around with it! 😊
@metodispandjev
@metodispandjev 4 ай бұрын
Nice video. I was actually looking for DB logging. You should add that.
@JamesPage-g5z
@JamesPage-g5z Жыл бұрын
Great job. I'd like to see implementation with setting the logs into a database and the best practices for that.
@Dcaverman11
@Dcaverman11 Жыл бұрын
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.
@roanzava8732
@roanzava8732 10 ай бұрын
Thanks Patrick
@kylenic33
@kylenic33 Жыл бұрын
Why are you using the concrete implementation of serilog and not via ILogger interface?
@webfax4146
@webfax4146 Жыл бұрын
Thanks Patrick, great video - could you show an example where the logs can be stored in Azure please?
@clebersondot-net
@clebersondot-net 2 ай бұрын
i liked it, thanks!
@alexandersantosablaza7033
@alexandersantosablaza7033 5 ай бұрын
how to stop serilog writing if disk is full
@r376533
@r376533 10 ай бұрын
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!!
@emreseles
@emreseles 11 ай бұрын
how can i know the who did this process in serilog
@iykeypat
@iykeypat Жыл бұрын
Hello everyone, logging to file with Serilog doesn't work after I deploy to IIS...any suggestions on a fix?
@dotnetcoder7809
@dotnetcoder7809 Жыл бұрын
Very good video
@spmaurya1318
@spmaurya1318 Жыл бұрын
Pretty useful
@mgame8082
@mgame8082 11 ай бұрын
In 'Get' method, why did you use static logger 'Log' instead of 'ILogger' property that you injected?!
@Glockodile
@Glockodile 10 ай бұрын
Can you show how to do this with DI instead of a static class?
@chrisspire
@chrisspire 6 ай бұрын
Simple and practical guide for someone who just wants to start using simple logger. Thanks!
@adnenbenawicha5082
@adnenbenawicha5082 4 ай бұрын
is it possible to use serilog with MultiTenancy, because i want to log to diffrent database depending the scope of the request ?
@TambaComb
@TambaComb 7 ай бұрын
Thanks a lot of.
@iykeypat
@iykeypat Жыл бұрын
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?
@muhammadaffan9244
@muhammadaffan9244 11 ай бұрын
it will work on the IIS Too
@victoriensukarieh3237
@victoriensukarieh3237 15 күн бұрын
@@muhammadaffan9244 it didnt
@rumeshbandara3840
@rumeshbandara3840 2 ай бұрын
thanks
@honeylemonteayum
@honeylemonteayum 5 ай бұрын
thank you for this video
@PatrickGod
@PatrickGod 5 ай бұрын
Welcome!
@georgicholakov8140
@georgicholakov8140 11 ай бұрын
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?
@jvanwong
@jvanwong Жыл бұрын
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
@mesutdemirci7933
@mesutdemirci7933 Жыл бұрын
Thank you for sharing this video.. Can we write records to table colons in database?
@prosedox
@prosedox 9 ай бұрын
I need a video which you show logging to db with optimised memory performance
@senriofthealexis3998
@senriofthealexis3998 Жыл бұрын
Very concise video Patrick, thanks for sharing. Would love to see more of this!
@CreativeAvnesh
@CreativeAvnesh 10 ай бұрын
can you make a vedio using mysql databse and create auto log table
@pyoneeisan6682
@pyoneeisan6682 Жыл бұрын
Very Useful And Great Video. Thank you
@naazeri
@naazeri Жыл бұрын
that's very nice. thank you 😘😘❤❤
@jamalhussayn
@jamalhussayn Жыл бұрын
Thank you so much for this tutorial. :)
@raphaelcordeiro4798
@raphaelcordeiro4798 5 ай бұрын
Thank you
@rmsoft
@rmsoft 11 ай бұрын
Good start.
@millstj
@millstj Жыл бұрын
Thanks Patrick. Good stuff!
@minimalstory
@minimalstory Жыл бұрын
Вы неверно вызываете логгер, это плохая практика
@madoha8641
@madoha8641 9 ай бұрын
а как лучше будет
@minimalstory
@minimalstory 9 ай бұрын
@@madoha8641 если хотите оставьте почту я вам скину как это делается в моём олкружении... ноу впатрика я часто вижу то, что нельзя делать в реальных проектах.
@SarthakPradhan-o3i
@SarthakPradhan-o3i 7 ай бұрын
Very Useful and Informative.
@PatrickGod
@PatrickGod 7 ай бұрын
Thank you!
@pouyalariyan125
@pouyalariyan125 8 ай бұрын
you save my time . grate
You are doing .NET logging wrong. Let's fix it
25:29
Nick Chapsas
Рет қаралды 173 М.
LINQ's INSANE Improvements in .NET 9
11:26
Nick Chapsas
Рет қаралды 48 М.
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 197 М.
Azure Logging for Asp.Net Core Developers
16:50
Codewrinkles
Рет қаралды 8 М.
CQRS & MediatR in a .NET 8 Web API 🚀
22:00
Patrick God
Рет қаралды 10 М.
Laravel vs Rails for Javascript developers
19:50
Sam Lewis
Рет қаралды 2,5 М.
Background Tasks Are Finally Fixed in .NET 8
10:29
Nick Chapsas
Рет қаралды 111 М.
The Home Server I've Been Wanting
18:14
Hardware Haven
Рет қаралды 145 М.
C# Logging with Serilog and Seq - Structured Logging Made Easy
1:07:56
ASP.NET Core Logging Crash Course
30:36
Julio Casal
Рет қаралды 6 М.
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН