LogManager
public class LogManager
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum LogLevel : Int -
Enable console logging for the SDK.
Declaration
Swift
public class func enableConsoleLogging(_ enable: Bool)Parameters
enableTrue/false to enable/disable logging to the console.
-
Enable file logging for the SDK.
Declaration
Swift
public class func enableFileLogging(_ enable: Bool)Parameters
enableTrue/false to enable/disable logging to the file system.
-
Set the log level for all loggers.
Declaration
Swift
public class func setLogLevel(_ logLevel: LogLevel)Parameters
logLevelThe level of message to log.
-
Email the logs. Presents a
MFMailComposeViewController.Declaration
Swift
public class func emailLogs()
LogManager Class Reference