Skip to content

Commit 309f454

Browse files
authored
Update msal-logging-dotnet.md
The class name is wrong It should be MyIdentityLogger
1 parent fe5218d commit 309f454

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)