Skip to content

Document default value for diag trace level#4640

Merged
nohwnd merged 1 commit into
microsoft:mainfrom
riQQ:riQQ-patch-1
Aug 4, 2023
Merged

Document default value for diag trace level#4640
nohwnd merged 1 commit into
microsoft:mainfrom
riQQ:riQQ-patch-1

Conversation

@riQQ

@riQQ riQQ commented Aug 4, 2023

Copy link
Copy Markdown
Contributor

Description

Document the default value verbose for the diag trace level.

See

private static PlatformTraceLevel GetDiagTraceLevel(Dictionary<string, string> diagParameters)
{
// If diag parameters is null, set value of trace level as verbose.
if (diagParameters == null)
{
return PlatformTraceLevel.Verbose;
}

Related issue

No issue, just a documentation update.

  • I have ensured that there is a previously discussed and approved issue.
@nohwnd nohwnd merged commit 1a16b01 into microsoft:main Aug 4, 2023
@nohwnd

nohwnd commented Aug 4, 2023

Copy link
Copy Markdown
Member

Thank you :)

@riQQ riQQ deleted the riQQ-patch-1 branch August 4, 2023 07:38
This was referenced Jul 22, 2025
This was referenced Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants