You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-logging.md
+4
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,10 @@ MSAL's logger allows for several levels of detail to be capture:
37
37
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.
38
38
39
39
## 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
+
40
44
In MSAL 3.x, logging is set per application at app creation using the `.WithLogging` builder modifier. This method takes optional parameters:
41
45
42
46
-*Level* enables you to decide which level of logging you want. Setting it to Errors will only get errors
0 commit comments