Variable LogLevelConst

LogLevel: Readonly<{
    ERROR: "ERROR";
    INFO: "info";
    VERBOSE: "verbose";
    WARN: "warn";
}> = ...

Log levels for the SDK

Remarks

Logging is performed on a native side. So you are expected to watch logs in Xcode or Android Studio.

Generated using TypeDoc