Share via


Logging

DAXKit logging is based on the SwiftLog framework. It captures logs from DAXKit with no exposure to logs from the client app. All log files are saved locally and uploaded to the traces table in Application Insights.

Note

DAXKit log files never contain PHI information.

Disabling logging

To disable DAXKit logs, call the DAX.shared.disableLogging() function:

DAX.shared.disableLogging()

Logging will be enabled again by default next time you initialize DAXKit; disabling it permanently isn't possible.