Adaptive Media Player

AmpCore Docs

AmpLogLevel

public enum AmpLogLevel : Int

Enum representation of the log level

  • All logs will be shown

    Declaration

    Swift

    case verbose = 1
  • Errors, warnings, info, and debug logs will be shown

    Declaration

    Swift

    case debug
  • Errors, warnings, and info logs will be shown

    Declaration

    Swift

    case info
  • Errors and warnings are logs will be shown

    Declaration

    Swift

    case warning
  • Only errors logs will be shown

    Declaration

    Swift

    case error