Explore tweets tagged as #serilog
@iammukeshm
Mukesh Murugan
8 months
I use these 9 awesome libraries in almost all my .NET projects! 🚀. These libraries make development easier, more efficient, and cleaner. Here's why I love them:. 1. Serilog: Hands down, the best logging library out there! 📄.2. EF Core: The standard for seamless data
Tweet media one
13
61
331
@pedroconstech
Pedro Constantino
5 hours
Why You Should Start Using Serilog in Your .NET API. Serilog is a powerful, diagnostic logging library for .NET applications that supports structured logging out of the box. Unlike basic logging solutions, Serilog treats logs as data, not just text, allowing you to capture rich,
Tweet media one
1
1
2
@iammukeshm
Mukesh Murugan
10 months
TOP NuGet Packages that I always use for my .NET Projects. 😎🔥. 1. Serilog: You can't go wrong with this one! Serilog is the most popular logger for your .NET application, providing powerful structured logging and easy integration with sinks like Elasticsearch and Seq. Read the
Tweet media one
9
67
388
@iammukeshm
Mukesh Murugan
3 days
Logging is usually the first thing we ignore in side projects.and the first thing we regret ignoring in production. If you’re still using Console.WriteLine or the default logger in .NET,.You’re leaving a lot on the table. Serilog changes the game:. - Structured logging (actual
Tweet media one
1
15
99
@iammukeshm
Mukesh Murugan
4 months
These are my go-to .NET libraries—I use them in almost every project!. 🔥 Serilog – Structured logging made easy. 🛢 EF Core – Database ORM for .NET apps. 📬 MediatR – Simplifies CQRS and decouples code. ✅ FluentValidation – Clean and powerful input validation. ⏳ Hangfire –
Tweet media one
2
25
147
@KarenPayneMVP
Karen Payne MVP
6 months
Serilog Timings.Easy way to collect timing information for development mode.
Tweet media one
7
12
94
@KarenPayneMVP
Karen Payne MVP
3 months
A great feature in ReSharper is prefix templates, which can eliminate tedious work. Here, the first prefix template sets up Serilog, while the second prefix configures EF Core. Will make code available soon.
0
2
39
@KarenPayneMVP
Karen Payne MVP
3 months
One great feature in Microsoft Visual Studio is External Tools, which allow a developer to write utilities that can, for instance, update the version of the Framework or add NuGet packages to a project file. I find it tedious to add Serilog to new Core
Tweet media one
0
14
102
@KarenPayneMVP
Karen Payne MVP
2 days
Using GetDebugView to get all environment variables in an ASP .NET Core project and redact variables that should not be logged. 🔹The example below uses Serilog. 🔹Keys.Contains can also be a ternary.
Tweet media one
0
5
39
@KarenPayneMVP
Karen Payne MVP
3 months
GitHub Copilot agent in Visual Studio 2022, prompt to add Serilog to a project .Yes, this is a basic implementation. We can adjust the prompt for specific needs.
Tweet media one
3
7
44
@aspnetcore_news
ASP.NET Core News
2 months
Mastering Logging in .NET: Correlation IDs, Serilog & Monitoring That Actually Works by Hossein Kohzadi #aspnetcore
Tweet media one
0
6
51
@TheCodeMan__
Stefan Đokić | .NET
1 year
We log some stuff in our application, every day. One of the best things you can do is. Structured Logging. With Serilog. What is a Structured Logging in .NET?.How do we achieve this with Serilog?. Traditional plain-text logs can be hard to read and analyze. Structured logging
Tweet media one
1
14
50
@TheCodeMan__
Stefan Đokić | .NET
1 year
What is a Structured Logging in .NET?. How do we achieve this with Serilog?. Traditional plain-text logs can be hard to read and analyze. Structured logging aims to improve this by logging events structured as key-value pairs. This provides a standard, predictable format that's
Tweet media one
0
10
65
@pavle_dav
Pavle Davitkovic
17 days
You decided to add structured logging to your application?. Then you must master Serilog log levels. Let's first define what is structured logging. It's a method of organizing your logs to have a structure rather just a raw text format. Structure I use is: [timestamp][log
Tweet media one
3
5
17
@mjovanovictech
Milan Jovanović
9 months
5 things I add to new .NET projects to set them up for success:. 1. Coding conventions - .editorconfig. 2. Static code analysis - SonarAnalyzer. 3. Observability - Serilog, OpenTelemetry. 4. Docker-compose - local development story. *Aspire is also an excellent option here. 5.
Tweet media one
9
30
202
@KarenPayneMVP
Karen Payne MVP
5 months
Building blocks for adding values from a database to a project’s configuration followed by displaying these values in _Layout.cshtml. It also uses Serilog injected into _Layout.cshtml for logging.
Tweet media one
4
6
37
@iammukeshm
Mukesh Murugan
5 months
Structured Logging is Awesome! . And Serilog gets it done for you. Install, Register, Configure, and you are good to go!. Read the detailed article:
Tweet media one
1
20
126
@iammukeshm
Mukesh Murugan
4 months
Serilog is, hands down, the best logging library in the .NET ecosystem. Why? . Because it’s structured, flexible, and production-ready. No more sifting through plain text logs trying to piece together what happened. With Serilog, your logs are queryable and actionable.
Tweet media one
9
5
55
@iammukeshm
Mukesh Murugan
7 months
🚀 The #1 Library for Logging in .NET Applications: Serilog!. Every time I start a new Core project, the first NuGet package I install is Serilog—and for a good reason!. When building an Core application, setting up logging should
Tweet media one
2
17
131