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
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Bogdan Gavril edited this page Feb 10, 2021
·
4 revisions
This library uses TraceSource logging.
Capturing logs with Visual Studio
If you open the Debug window from Visual Studio, it will display all the log entries from the library, unfiltered by severity.
Capturing logs from a production app
The simplest is to install https://docs.microsoft.com/en-gb/sysinternals/downloads/debugview. When library is running, Warning and Error messages will be captured here.
To log all messages, set an environment variable named IDENTITYEXTENSIONTRACELEVEL to All and restart the app.