Skip to content

Commit d293753

Browse files
authored
Merge pull request #108428 from lamondlu/patch-1
Update msal-logging-dotnet.md
2 parents 71e0b30 + 309f454 commit d293753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-logging-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Example:
8080
{
8181
public EventLogLevel MinLogLevel { get; }
8282

83-
public TestIdentityLogger()
83+
public MyIdentityLogger()
8484
{
8585
//Try to pull the log level from an environment variable
8686
var msalEnvLogLevel = Environment.GetEnvironmentVariable("MSAL_LOG_LEVEL");

0 commit comments

Comments
 (0)