AnalyticsLogLevel

public enum AnalyticsLogLevel

Analytics log level to control the log output of the analytics module. This can be used to filter logs based on the desired level of detail.

  • Will display debug,info,warn and error messages

    Declaration

    Swift

    case DEBUG
  • Will only display info,warning and error log messages

    Declaration

    Swift

    case INFO
  • Will display warning,error log messages

    Declaration

    Swift

    case WARNING
  • Will display error messages

    Declaration

    Swift

    case ERROR
  • Will not display any log messages

    Declaration

    Swift

    case NONE
  • Will display all log messages

    Declaration

    Swift

    case FUNC
  • No console outputs.

    Declaration

    Swift

    case SILENT
  • Console will show verbose messages like HTTP Requests.

    Declaration

    Swift

    case VERBOSE