Questions tagged [ms.extensions.logging]

Questions about the logging framework that's part of ASP.NET Core.

Questions about the logging framework that's part of ASP.NET Core. https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging

2 questions
35
votes
10 answers

How do I provide ILogger in my unit tests of .NET Core code?

Given a class with a constructor signature of public Foo(ILogger logger) { // ... } that I want to test, I need some way to provide an ILogger in the test. It's been asked before, but the only answer then was to set up a full-blown…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
0
votes
0 answers

Write logs from .NET Core WebAPI to mongodb?

I am developing a web app and i need a way to write logs into mongodb. I had setup mongo already and work with db for some time without any problems.I have done some research but from all of libraries on NuGet, neither one fits my needs. I am…
zlaayaa
  • 585
  • 2
  • 6
  • 25