EPINetworkingLogLevel

public enum EPINetworkingLogLevel

Represents the log level for EPI Networking SDK clients.

  • off

    No logging is performed.

    Declaration

    Swift

    case off
  • Only informational logs are recorded.

    Declaration

    Swift

    case info
  • Detailed debug logs are recorded.

    Declaration

    Swift

    case debug