Structure

HIDApproveLogging

String constants for use with Logging mechanism.

Declaration

struct HIDApproveLogging

Overview

To facilitate troubleshooting and debugging, you can activate the SDK logging feature.

For iOS, the logging functionality leverages Apple OSLog.

Logs can also be generated in a log file located in the application bundle.

The SDK logging feature is activated according to the UserDefaults configuration of the application preferences.

Example Code:

UserDefaults.standard.set(HIDApproveLogging.LEVEL_ERROR, forKey: HIDApproveLogging.LOG_LEVEL);

Topics

Type Properties

See Also

Error Handling