Skip to content

Commit f847406

Browse files
author
Frank Hu
authored
(AzureCXP) Adding MSAL .Net logging
Adding link to the MSAL .net wiki
1 parent 7fb7080 commit f847406

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ MSAL's logger allows for several levels of detail to be capture:
3737
By default, the MSAL logger does not capture any highly sensitive personal or organizational data. The library provides you the option to enable logging personal and organizational data if you decide to do so.
3838

3939
## Logging in MSAL.NET
40+
41+
> [!NOTE]
42+
> For more information on MSAL .Net, please check out the MSAL .Net Wiki here : https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki. There you can find samples of MSAL .Net logging and more.
43+
4044
In MSAL 3.x, logging is set per application at app creation using the `.WithLogging` builder modifier. This method takes optional parameters:
4145

4246
- *Level* enables you to decide which level of logging you want. Setting it to Errors will only get errors

0 commit comments

Comments
 (0)