python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Functions EF Core Simple Logging ILogger
In an Azure Function I would like to log EF Core Events to the ILogger Injected on the constructor when the Function is invoked. That way I can see the events in the log for the invocation of the Azur...
Brett McDonald
Votes: 0
Answers: 1
Unable to configure Autofac to inject Serilog as implementation of ILogger in .NET 6 web app
I'm struggling to configure Serilog as the implementation for ILogger via Autofac in a .NET 6 web app.
Here's what I have so far...
var configuration = new ConfigurationBuilder().AddJsonFile("app...
awj
Votes: 0
Answers: 1
.NET Core 6, NLog And ILogger, log to SQL Server database, custom fields issue
I use .NET Core 6 with NLog used via ILogger, to access information in a SQL Server database.
I have two custom fields that I cannot save in the database. For these two fields I always got 0 in the da...
Luciano
Votes: 0
Answers: 1
How to configure and use Serilog in ASP.NET Core 6?
Since the recently introduced new structure of the Program.cs startup code, the documentation confuses me a bit.
In the officially provided Serilog.AspNetCore example and in the Serilog.Sentry example...

ˈvɔlə
Votes: 0
Answers: 3