Skip to content

Commit

Permalink
change to use Message property
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsc committed May 13, 2024
1 parent 2be16a8 commit e86fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal-dotnet-articles/advanced/exceptions/msal-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Example:
public void Log(LogEntry entry)
{
//Log Message here:
Console.WriteLine(entry.message);
Console.WriteLine(entry.Message);
}
}
```
Expand Down

0 comments on commit e86fd11

Please sign in to comment.