Replies: 1 comment 4 replies
-
According to the docs Hopefully @dotnet/area-system-configuration can guide us on how to configure those in .NET. |
Beta Was this translation helpful? Give feedback.
4 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.
-
For now I create debug build and manually set
Level
of desiredTraceSwitch
toVerbose
but is there way to control these settings via environment or configuration file?Separate question. ASP.NET Core provide transparancy of internal workings by instrumenting whole application so logs can provide view of the wokring. Do WinForms can do the same? Maybe provide some integration with
M.E.Configuration
?Beta Was this translation helpful? Give feedback.
All reactions