Open pigLoveRabbit520 opened 10 months ago
Do you mean that adding
builder.Logging.AddFile("app.log", append: true);
somehow affects your console log output?.. Do you mean that after that you don't see log entries that are displayed when you comment out 'AddFile' call? I have no idea how this could be possible at all.
Do you have a sample console app that I may use to reproduce the issue?
@pigLoveRabbit520 Please try to reference the latest NReco.Logging.File 1.2.0, it has a target for net8.0 which references appropriate Microsoft.Extensions.Logging
version (8.0).
windows 10 .NET 8
Preview console log:
Later console log: