Replies: 1 comment
-
@SanyP23 Could you update the output target for the ConsoleExporter to .AddConsoleExporter(options => options.Targets = ConsoleExporterOutputTargets.Debug); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
AddConsoleExporter() method not working in .NET6 WPF or .NET6 winforms application. It works upto .NET framework 4.7.2, but for .NET 6 it only generates log if it is a console app. Is it not supported for .NET 6 WPF application?
Beta Was this translation helpful? Give feedback.
All reactions