Logging

For logging purposes, WMT uses WMTLogger class that prints to the console.

Note that logging to the console is available only when the library is compiled in the Debug mode.

Verbosity Level

You can limit the amount of logged information via verboseLevel property.

Level Description
off Silences all messages.
errors Only errors will be printed to the debug console.
warnings (default) Errors and warnings will be printed to the debug console.
all All messages will be printed to the debug console.

Example configuration:

import WultraMobileTokenSDK

WMTLogger.verboseLevel = .all
Last updated on Aug 03, 2020 (10:09) Edit on Github Send Feedback
Search

1.3.x

Mobile Token SDK for iOS