LogManager

public class LogManager

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum LogLevel : Int
  • Enable console logging for the SDK.

    Declaration

    Swift

    public class func enableConsoleLogging(_ enable: Bool)

    Parameters

    enable

    True/false to enable/disable logging to the console.

  • Enable file logging for the SDK.

    Declaration

    Swift

    public class func enableFileLogging(_ enable: Bool)

    Parameters

    enable

    True/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

    logLevel

    The level of message to log.

  • Email the logs. Presents a MFMailComposeViewController.

    Declaration

    Swift

    public class func emailLogs()