Tim, this channel is an absolute gem. You're a great teacher and I recommend you to everyone asking for C# help.
@IAmTimCorey5 жыл бұрын
I appreciate the kind words.
@alvinbernardo95513 жыл бұрын
For all tutorials I have watch, you are the one explain it line by line
@tomthelestaff-iamtimcorey75973 жыл бұрын
Tim's goal is to truly educate folks, not just pass along a piece of information. Thanks for watching.
@amalaljohari93584 жыл бұрын
I usually don't watch long videos since they are wasting of time, but your videos are gold, I listen to each word and don't waste any second of your valuable videos, you are great Tim, I hope you always create videos, we learn a lot from you
@IAmTimCorey4 жыл бұрын
Glad you like them!
@mahimakapoor13154 жыл бұрын
After wasting 2 days, I reached to this video...it's awesome..u simplified everything so smoothly...I can't even imagine to use this Logging without any help of yours.. Thank u Thank u so much
@IAmTimCorey4 жыл бұрын
Awesome! I'm glad this video was so helpful.
@lcee83253 жыл бұрын
Thank you for an excellent video @IAmTimCorey! My favorite part: 53:02 "Where do you go from here? Well, ...to start off with, you stop right here." :]
@IAmTimCorey3 жыл бұрын
Glad you enjoyed it!
@akshaynegi48495 жыл бұрын
this tutorial is amazing...I read the positive comments before starting the course and I am happy to take this course.
@IAmTimCorey5 жыл бұрын
Thank you.
@gert-janvanderkamp35085 жыл бұрын
"I don't like magic, when it breaks down you have to figure it out first before you can fix it" ABSOLUTLEY YES. ASP CORE is brilliant in how it works, but boy does this configuration through extension methods obscure how simple it actually works. Both the services collection and pipeline, the core components of how it works, get obscured. Everyone creating anything serious shoud have a solid grasp of how the 'pipeline' (it's more of a trampoline) and the mvc routing mechanism work and how the classes it news up interact with the DI services. (maybe an idea for a video?) It's probably less work to go down understand that than to stare at the magic show and keeping your fingers crossed. Once you get it it really is so simple and elegant.
@IAmTimCorey5 жыл бұрын
I'll definitely be covering the different pieces of .NET Core as we go forward (and I'll have a start to finish course on it as well).
@TheChodex5 жыл бұрын
This is so much better then Log4Net in my opinion. Simple things like this are what made me fall in love with .NET Core. Everything I need just comes built-in!
@IAmTimCorey5 жыл бұрын
It is very nice.
@jameshoiby5 жыл бұрын
Tim, I've been using the basics in Serilog for quite a while and would love to see an in-depth discussion of the advanced features of Serilog. Thanks for the great videos!
@IAmTimCorey5 жыл бұрын
I will add your vote to the list. Thanks!
@utpmahesh4445 жыл бұрын
yes please. like logging exceptions in structured way
@torrvic11562 ай бұрын
Thank you so much Mr. Corey! This video was full of very clear and reasonable explanations regarding to how basic logging works.
@IAmTimCorey2 ай бұрын
You are welcome.
@wchishti3 жыл бұрын
Thank you for explaining all the behind-the-scenes logic. It was very helpful.
@IAmTimCorey3 жыл бұрын
You are welcome.
@dalmirogranas99902 жыл бұрын
I keep getting back to this video over and over. Content is solid ❤️
@IAmTimCorey2 жыл бұрын
I am glad it is so helpful.
@0i0l0o2 жыл бұрын
From now on, I'll just say For the Algorithm. Cause I am tired of writing that you are an outstanding teacher.
@IAmTimCorey2 жыл бұрын
lol, thanks.
@SumanNath2511 ай бұрын
This was one the great content I have ever learned. Thanks Tim Corey.
@IAmTimCorey11 ай бұрын
You are welcome.
@bhoopendrasharma94745 жыл бұрын
Thank you, Tim, for such informative video about .NET core ILogger, videos on Serilog and ApplicationInsights would also be exciting. Thanks again...
@IAmTimCorey5 жыл бұрын
Thanks for the input.
@LivingTheDream215 жыл бұрын
Very well explained, step by step and thorough. Answers all questions I would've had.
@IAmTimCorey5 жыл бұрын
Excellent!
@austinhummel54392 жыл бұрын
Thanks Tim, another incredibly useful breakdown!
@IAmTimCorey2 жыл бұрын
You are welcome.
@viniciussantosaguiar95433 жыл бұрын
Master teacher!! No words! The best!! Thanks!!!
@IAmTimCorey3 жыл бұрын
You are welcome.
@KaKaPir5 жыл бұрын
Great video ! Looking forward to the Application Insights video
@IAmTimCorey5 жыл бұрын
Thank you!
@harag95 жыл бұрын
Great timing Tim, I'm learning Core 2.2 (don't use VS2019 yet) - Looking forward to watching this in a day or two. Thanks!
@IAmTimCorey5 жыл бұрын
Excellent!
@harag95 жыл бұрын
@Senor Mike I would say 2nd best as Tim is the best. That aside, I'm also watching that guys core series, but I find the accent very hard to follow personally. I'm not good with peoples accent, nothing personal against the guy.
@harag95 жыл бұрын
@Senor Mike Yes, understand, just takes me a while to tune into the accent - I'm starting to get into his now and carrying on with it, it's quite clear compared to some I've heard and don't get past the first 10 mins. I like Tims videos because I do mostly desktop as (winforms mainly) but he is branching out, and has to learn stuff as well (e.g. Xamarin).
@imanidioli2 жыл бұрын
My headache relieved after this video bless you
@IAmTimCorey2 жыл бұрын
Excellent!
@ws89995 жыл бұрын
Another great video, Tim!
@IAmTimCorey5 жыл бұрын
Thanks!
@sokkpupptz2 жыл бұрын
i watched the whole thing but didn't what i came for which was how to log to files n=but still worth watching - thanks
@IAmTimCorey2 жыл бұрын
You are welcome.
@MrOneWorld1232 жыл бұрын
49:00 I used that approach previously to use class name + object instance hash as category. That way I could track down zombie instances of classes.
@IAmTimCorey2 жыл бұрын
Great.
@NelsonPRSousa5 жыл бұрын
Hi Tim Corey, Just want to point out that at 41:45, Console was probably taking into account what you have specified in appsettings.Development.json, not appsettings.json. You guys should expand appsettings.json in Solution Explorer and see your settings for each environment (development, production, etc). Nice video anyway!
@IAmTimCorey5 жыл бұрын
Did I have override settings in the development file at that point? I didn't think I did.
@NelsonPRSousa5 жыл бұрын
@@IAmTimCorey You didn't, but appsettings.development.json was created by default and was being loaded
@IAmTimCorey5 жыл бұрын
But does it have override settings for logging? If not, then this is using the main file. Dev is only used if it has the same option with a different value.
@franciskhoury42883 жыл бұрын
You are helping me stay employed. Thank you very much, Tim!
@IAmTimCorey3 жыл бұрын
You are very welcome.
@josbexerr51665 жыл бұрын
Gracias mister Tim Corey, emociando con el curso
@IAmTimCorey5 жыл бұрын
You are welcome.
@saddlebear5 жыл бұрын
Great job Tim, thank you for this!
@IAmTimCorey5 жыл бұрын
You are welcome.
@ivandrofly5 жыл бұрын
8:20 Totally agree! I also hate leaving thing without understanding them...
@IAmTimCorey5 жыл бұрын
Yep.
@akberaliakber4 жыл бұрын
great job - you style is amazing
@IAmTimCorey4 жыл бұрын
Thank you so much!
@marceloleoncaceres6826 Жыл бұрын
Thanks Tim, great video
@IAmTimCorey Жыл бұрын
You are welcome.
@mohitdahiya31024 жыл бұрын
Thank you Tim for this tutorail.
@IAmTimCorey4 жыл бұрын
You are welcome.
@Fearer26014 жыл бұрын
Your channel is really amazing!
@IAmTimCorey4 жыл бұрын
Glad you think so!
@Fearer26014 жыл бұрын
@@IAmTimCorey you are really explaining the basics, many people skip it and you wonder how they achieved their result!
@chetan_mali5 жыл бұрын
Perfect video on my perfect timing
@IAmTimCorey5 жыл бұрын
Excellent!
@kapilrbagul5 жыл бұрын
It’s great video. Loving all your videos Tim
@IAmTimCorey5 жыл бұрын
Thank you!
@harag95 жыл бұрын
Great video Tim, much appreciated. Love how it's all built into core from the get go, will be great for short term logging. However for more long term would be good if you did a part 2 of this with something like NLog or Log4Net as an extension to this Demo. I use Log4Net in my winforms application but I hear good things about NLog (though never looked at it). I used v2.2 of core for this video and the only issue I noticed was the settings in the JSON file - it wasn't accepting "Microsoft*" only "Microsoft" but everything else worked for me in v2.2. Until next time!
@IAmTimCorey5 жыл бұрын
I will be doing a part 2 for this video to cover the available loggers. Serilog will be a big one because it can capture that structured logging (the variables inside the message) separately from the logs themselves. I'll try to add in NLog and/or log4net.
@harag95 жыл бұрын
@@IAmTimCorey Excellent, Thanks Tim. Never heard of Serialog - so if this is the next best one to use, then I'm happy with going with that.
@neopro6884 жыл бұрын
very good, exelent content as usual
@IAmTimCorey4 жыл бұрын
Thank you!
@eaglesofmai4 жыл бұрын
Really nice explainations!
@IAmTimCorey4 жыл бұрын
Thank you!
@hananiahlinde13772 жыл бұрын
Excellent content as always... would love to see a video on logging/configuring to Application Insights in Azure
@IAmTimCorey2 жыл бұрын
Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/
@antoniomarcos56645 жыл бұрын
Nice explanation, Tim. Thank you.
@IAmTimCorey5 жыл бұрын
You are welcome.
@thethomasproject4 жыл бұрын
Great video. Kind of shows the simple, simple of logging within .net core. I will become a Patreon subscriber! And if you like this video, you should too. What is shared is worth way more than $10 per month.
@IAmTimCorey4 жыл бұрын
Thank you very much.
@michalkrzych5 жыл бұрын
Great video Tim.
@IAmTimCorey5 жыл бұрын
Thanks!
@rennjaysoterio2543 Жыл бұрын
Love the content!
@IAmTimCorey Жыл бұрын
Thanks!
@ivandrofly5 жыл бұрын
THANK YOU SIR!
@IAmTimCorey5 жыл бұрын
You are welcome.
@TraxxStudios5 жыл бұрын
33:46 Also interpolation is avoided for performance reasons. Not every logger call results in something being logged, so we can avoid unnecesary interpolation in such cases.
@IAmTimCorey5 жыл бұрын
Good point.
@laurenzvien4 жыл бұрын
Hi, Tim! Love this video. This is one of the things I really haven't implemented on the project I am building and this video really helped me to do just that. Also, hope you have a video about best way to implement toast notifications in ASP .Net Core MVC.. 😊
@IAmTimCorey4 жыл бұрын
I don't have one like that yet. Check out Toastr: codeseven.github.io/toastr/
@laurenzvien4 жыл бұрын
@@IAmTimCorey thanks, Tim!
@jakob87244 жыл бұрын
Is there no "before" source code? This one I got seems to be the final thing, I like to be able to type along.
@IAmTimCorey4 жыл бұрын
Nope, sorry. You will have to write your own code to test it out.
@Gramr982 жыл бұрын
In .NET 6.0 you don't have the shown code (Main() and CreateHostBuilder()) in Program.cs here anymore. Instead you now have the code of Startup.cs in there and the previous code is gone and I can't seem to find it. How am I supposed to config the logger there?
@IAmTimCorey2 жыл бұрын
Here you go: kzbin.info/www/bejne/rJXLd6pni7iirck
@Gramr982 жыл бұрын
@@IAmTimCorey Thank you very much!
@toastyshrimp18822 жыл бұрын
10:23 what is the term for "chaining" methods(?) like that? You hinted that it only works because of interfaces, and I've not really seen this kind of logic before, so I'm curious.
@IAmTimCorey2 жыл бұрын
The keyword is Fluent.
@TutorialsMethod3 жыл бұрын
Dear Sir! what is the best way to logging in microservices architecutre?which library should we use? Thanks
@rikudouensof2 жыл бұрын
Hello Tim, thanks for this. How can one do 8:50 to 19:24 on .Net 6?
@petrsindelar54 жыл бұрын
Great job!
@IAmTimCorey4 жыл бұрын
Thanks!
@ashankasr2 жыл бұрын
Great video.
@IAmTimCorey2 жыл бұрын
Thanks!
@6freeborn4 жыл бұрын
Tim you are a GOD!
@IAmTimCorey4 жыл бұрын
It sounds like it was helpful. I'm glad.
@ramakrishnareddy74885 жыл бұрын
Tim, Your videos are really helpful. Can u do a video on covering application insights to capture logs in real-time web apps
@IAmTimCorey5 жыл бұрын
I will add it to the list. Thanks for the suggestion.
@ramakrishnareddy74885 жыл бұрын
@@IAmTimCorey Thank u
@thethomasproject4 жыл бұрын
Sorry something else I forgot to mention is you had mentioned Azure logging. Would you consider a video on using it with the Azure App Services File and Azure App Services Blob?
@IAmTimCorey4 жыл бұрын
More Azure videos like these are coming. Thanks for the suggestions.
@pasiosterman47495 жыл бұрын
For some reason modifying the Microsoft* category for Console LogLevel to Warning results in VSCode no longer opening the project in a browser (Firefox) on Start debugging. Also by default there seems to be a lot less logging going on with 3.1 (at least with VSCode Debug Console) than what is going on in the video. This threw me off a little to troubleshoot if I was missing something. Luckily example message at 22:30 got displayed properly so guess there's just less logging going on due to changes or appsettings.
@IAmTimCorey5 жыл бұрын
Interesting. I'll have to check it out.
@zoltantorok1189 Жыл бұрын
15:30 Did you ever do that video on application insights?
@wcdeich42 жыл бұрын
Hi, where can I find an example of manually sending information to the log inside the Program.cs or Startup.cs ?
@sethnejame67865 жыл бұрын
Really enjoy your videos, Tim. . .thanks a million! Any word on when you'll release a video on logging + ApplicationInsights?
@IAmTimCorey5 жыл бұрын
No specific date but it is on the schedule. I was just reviewing some content this morning on this topic.
@sethnejame67865 жыл бұрын
@@IAmTimCorey Excellent, thanks for your response. I just started receiving your emails and have subscribed almost everywhere. . .I'm coming from the frontend and learning C#/.NET with the help of your videos. They are fantastic and very easy to follow. Thank you for all that you do!
@gauravsharma82203 жыл бұрын
thanks tim
@IAmTimCorey3 жыл бұрын
You are welcome.
@nirmaldanwesh4 жыл бұрын
Is the application insights video available already ?
@IAmTimCorey4 жыл бұрын
Not yet.
@malhaar7072 жыл бұрын
Hey, you didn't demonstrate how to use the logger inside the static method. I am not able to use inside the class static methods.
@pipetabor20113 жыл бұрын
Hi @IAmTimCorey First Thanks for the video, it was really helpful. Second, where can i find the Application Insights video that you mentioned?
@mohamaddjelouah93325 жыл бұрын
hi tim i wanted to ask u about charts and graphics can u plz recommend a nuget or library for using charts and data analyse i want to show for example how many incidents in days and thank u
@IAmTimCorey5 жыл бұрын
I don't have one specific package to recommend. I would recommend looking at a few options, seeing which is popular, and then looking at their demos.
@AboOmar3854 жыл бұрын
Great video and structured one 👌 But I have questions about the data to be logged itself from the best practices point of view Should I log every thing inside every layer in my app or API, or logging the most important ? I will appreciate if you share the best practices in logging in real world scenario for a real world app or API. Thanks alot
@IAmTimCorey4 жыл бұрын
I can add that to the suggestion list. In general, log what you are going to use. If you aren't going to read the logs, don't capture that information.
@larsoleruben4 жыл бұрын
This is SO HELPFUL, thanks a lot. Microsoft documentation stinks on this subject.
@IAmTimCorey4 жыл бұрын
Glad it was helpful!
@sanketss844 жыл бұрын
Whats the correct approach to implement logging for nuget packages and console apps. A lot of tutorials cover this for web apps only.
@IAmTimCorey4 жыл бұрын
A lot of NuGet packages do not have logging for production. You would either need to do the logging internally or accept an optional ILogger from the caller. As for Console apps, they would act similarly to a web application.
@sanketss844 жыл бұрын
@@IAmTimCorey got it
@PushkarThakar3 жыл бұрын
How to use iLogger from the class library (.Net Standard), which is added as a reference to the .Net Core MVC app
@utpmahesh4445 жыл бұрын
Thank you. May I ask a question what is the different configure logging between host level and app level. I have seen in many articles that suggest to configure it inside startup
@IAmTimCorey5 жыл бұрын
We are configuring it in startup here. Typically you want to configure it in startup so that you can log when the application starts and capture a failure to the logs.
@esamcoding4 жыл бұрын
Great video. the only thing that was not covered is: how to log what happens if the CreateHostBuilder(args).Build() failed. I need an ILogger even before that piece of code runs.
@IAmTimCorey4 жыл бұрын
You can declare the logger very early in the process and then re-implement it inside dependency injection. However, it won't necessarily catch very early errors. In those cases, you will need to rely on the event logs to capture why the application crashed so early in the process (since at that point, it is an issue outside of your code most likely).
@davidliu2433 жыл бұрын
Tim, waiting for your NLog video
@steliosvasiliadis34803 жыл бұрын
I am using nlog and i thnink i am satisfied
@IAmTimCorey3 жыл бұрын
As long as it works for you, stick with it.
@FemilShajin5 жыл бұрын
Where are these logs located? And how to access those? Can we log performance (i.e. time taken for computing)for endpoint and method or there are better ways to do that??
@IAmTimCorey5 жыл бұрын
If you are saving them as files, you get to choose where they are saved. If you are choosing console, they aren't saved anywhere, they are displayed on the console. Basically, you get to choose what type of logging to do and where to save it (if applicable). As for performance logging, yes you can capture performance but deep performance monitoring is probably better done with a perfmon tool.
@fredywenger37854 жыл бұрын
Very good and easy to follow video - thanks. Unfortunately, not what I have searched for. I (and I think many other developers) have the problem, that I have INTERNAL (kestrel) exceptions in the console: - not able to reproduce (with the app) - without a timestamp - without any help to found the reason for the exception => No idea how to search (and fix) the reason It would be nice, if you would take this problem and create a video to this theme (how to troubleshoot internal kestrel exceptions or similar. Anyway - really good video!
@IAmTimCorey4 жыл бұрын
I'm not sure what type of internal exceptions you would have in Kestrel. You can't debug Kestrel itself and it doesn't often have issues. Maybe try screenshotting when you have an exception that is internal to Kestrel and then requesting help on something like Stack Overflow. Just make sure you do your research first on the displayed error.
@fredywenger37854 жыл бұрын
@@IAmTimCorey : See my other posting to the other video, that describes my problem in detail (I have watched two of your videos today;-) I already have posted the exception (see other posting) at SO...
@gcp_testcrdc3012 Жыл бұрын
When the app is deployed to azure and running as an app service, how to see the console logging?
@IAmTimCorey Жыл бұрын
Logging to the Console is typically only used for development. You would probably want to log to a database or Application Insights if you were on Azure. With that being said, there is a console on an Azure Web App that you can open that I believe will show those logs. It isn't ideal, though.
@zokymasa4 жыл бұрын
Hi Tim, how can I delete the header of my log on my debug output window when debugging? For example, when I start my API, the first line is always the "info:" and the second line is my generated log message. How can I delete the first line so it doesn't show up?
@IAmTimCorey4 жыл бұрын
I believe you need to disable the logging from Microsoft sources.
@zokymasa4 жыл бұрын
@@IAmTimCorey My question was not good. What I wanted to ask is Is it possible to disable category output in .NET Core ConsoleLogger and DebugLogger?
@sudhakark4034 жыл бұрын
Tim! please upload a step by step execution of .Net MVC project. I'm a beginner to .net core. I don't know how to build an MVC project for real-time.
@IAmTimCorey4 жыл бұрын
I will add it to the list. Thanks for the suggestion.
@sudhakark4034 жыл бұрын
@@IAmTimCorey Tim! Why you removed your which . Net core in udemy?
@darrellabney50175 жыл бұрын
Hi - Great video, but how can I use logging in a non-web application?
@IAmTimCorey5 жыл бұрын
The same way. Sometimes .NET Core projects don't have the Startup class for configuration but you can add it. You can do logging the exact same way for WinForms Core, WPF Core, Worker Services, .NET Core Console Applications, etc.
@sanketss844 жыл бұрын
How does your terminal video change opacity when you drag it ?
@IAmTimCorey4 жыл бұрын
I use a tool called MaxTo for positioning windows. That is what does it.
@joshmonreal2 жыл бұрын
Hi, thank you for such an informative video! I have a question though. Does the built-in logging of Microsoft have an integration with Log Analytics? What I mean by this is, does the logs in Console or Debug get added to Log Analytics - assuming that the application is deployed in Azure App Service and has Log Analytics integration enabled?
@manishpatil82844 жыл бұрын
Tim What is OUTPUT of this Code you didn't show
@IAmTimCorey4 жыл бұрын
I showed the logging output (at 49:39 for example), which was the focus of the application. If you mean the application itself, it is just an ASP.NET Core web project so it is the default website.
@gould104 жыл бұрын
I was struggling with understanging the concept of logging in c# until I found this video. Very clear and straight forward. Thank you Tim. I have one question. What if I want to perform further actions with logging such as notifying users via email that something ocurred. If I want to utilize the ILogger interface and factory in inner layers (not on the controller) such as the services layer. How would be the best way to achieve this while keeping a clean architecture? Thank ou.
@1prasadjoshi3 жыл бұрын
I am using SeriLog for logging in dotnet core 3.1. Can I write custom methods to log Login-Logout logs (And I want to write these logs in different table. As serilog is creating one Logs Table by default I want to write Login-Logout logs in LoginLogoutLogs table or something like that) And that logging will also have few more info like IP etc.
@luismendez94364 жыл бұрын
Cool!
@IAmTimCorey4 жыл бұрын
Yep.
@rajendrank95824 жыл бұрын
Is there a way I can modify the logging level without going to appsettins.json at runtime? Like using a flag I want to change warning to trace for a couple of minutes and if the flag changes move back to default?
@IAmTimCorey4 жыл бұрын
Yes, you can move those into code and change them programmatically.
@rajendrank95824 жыл бұрын
@@IAmTimCorey Thanks for the reply, Can we achieve without touching appsetiing.json, I don't want any other providers like envio variable, any inbuit method which I can change the configuration at runtime.
@darkogele5 жыл бұрын
Can i use this as Nlog to log to hdd on txt files ?
@IAmTimCorey5 жыл бұрын
Yes, you can use NLog.
@xavierlarocque94704 жыл бұрын
Very interesting video! Is there any news for the videos about Application Insights?
@IAmTimCorey4 жыл бұрын
It is still on the list. I just haven't had the time to get to it yet.
@thorstenfricke325711 ай бұрын
Hi Tim what is used more react or .NET?
@IAmTimCorey11 ай бұрын
I'm not sure a comparison is really healthy or productive. What are you intending to get from the answer? .NET is a cross-platform high-level programming language. React is a JavaScript framework. If you are looking for which to learn for your career, the Stack Overflow 2023 survey indicates that there are more React developers than C# developers but that React developers get paid less than C# developers. My recommendation, if you are trying to determine which path to go down, is to pick which one you like better.
@thorstenfricke325711 ай бұрын
@Coreyoh thank you! In india react developers are paid twice or more compared to engineering developers. In case i loose my job i am learning now .net web :-)
@jamesbest22215 жыл бұрын
Thank you so much!
@IAmTimCorey5 жыл бұрын
You are welcome.
@chetan_mali5 жыл бұрын
Tim can you please make one sample web application course on .net core?
@IAmTimCorey5 жыл бұрын
It is coming.
@harag95 жыл бұрын
@@IAmTimCorey Can't wait - I'm starting to learn core for work. Though when you do please specify if it will work in v2.2 as I use VS2017 and don't think v3 will be available for VS2017
@IAmTimCorey5 жыл бұрын
I'll try to keep that in mind. In order to make it as relevant as possible for as long as possible, it will use 3.0 but I'll try to point out any differences from 2.2 (which should be minor for a web project).
@harag95 жыл бұрын
@@IAmTimCorey Super, Thanks.
@haas10014 жыл бұрын
Thank Tim, great video. This is working, but the logname and logsource is nog working and won’t be read from the settings. How can I fix this?
@IAmTimCorey4 жыл бұрын
I'm not sure. Try downloading my source code and running it to see if it works. If it does, there is something to tweak in your code. If it doesn't, there is something to tweak in your environment.
@WeBhartiya4 жыл бұрын
Debug logs are not getting printed. Any suggestion , I am using 3.1 . Please suggest .
@IAmTimCorey4 жыл бұрын
I believe it is a newer configuration setting in the appsettings.json and appsettings.developer.json files. You would need to change the restrictions to see additional messages.
@WeBhartiya4 жыл бұрын
@@IAmTimCorey You are right and your point at 42:02 is correct as debug should not be present in output as per configuration.(and I was expecting more info as in 6:48 ) Thanks.
@santiagoquinapallo15675 жыл бұрын
Is it possible to use EventLog of Microsoft and SeriLog at the same time?
@IAmTimCorey5 жыл бұрын
Do you mean can you write to the event log and use Serilog? If so then yes.
@efexzium Жыл бұрын
Thanks
@IAmTimCorey Жыл бұрын
You are welcome.
@moneyfresher30353 жыл бұрын
Hi Tim, Another excellent video. So what I understood is, we use third party logging like Serilog because the default logger provided by Microsoft is not able to write on text file or Database. is it correct ? Another question is while using Serilog, the default logger also keep running in parallel. does not it has any performance impact ?
@IAmTimCorey3 жыл бұрын
Yes, using Serilog is an upgrade to the built-in logger. As for both running at the same time, no, Serilog takes over for the default logger.
@TrueTaladan5 жыл бұрын
Good Tutorial. But i missed the most common logging in your video. Logging to file.
@IAmTimCorey5 жыл бұрын
Logging to a file isn't something that is provided out of the box from .NET Core. You need to add your own provider like NLog or Serilog to do that.
@@kussostyle do not think that timestamp is correct...
@Lior_Banai5 жыл бұрын
I don't understand why the interface does not include caller member attribute like line number or method name..
@IAmTimCorey5 жыл бұрын
Couple reasons. FIrst, expense. Those things are expensive to get. Second, when you obfuscate an application, you don't have valid values for those things. You will get it for exceptions if you can, but for "regular' calls, it usually isn't practical.
@Megyez5 жыл бұрын
Is there already a video about application insights?
@IAmTimCorey5 жыл бұрын
Not directly, no. I've touched on it a couple time but have not yet done a full video on it. I will.
@Megyez5 жыл бұрын
@@IAmTimCorey Thanks for the answer, looking forward to it. Great videos!
@NeffPedro4 жыл бұрын
Hello Tim, thanks for all your tutorials/videos. can´t seem to receive your Source code thru the link you have available?!
@IAmTimCorey4 жыл бұрын
Check your spam filters, if still not there, If still not there, email me at Help@IamTimCorey.com