CoreCryptoLogLevel

public enum CoreCryptoLogLevel : UInt8, Equatable, Hashable
extension CoreCryptoLogLevel: Sendable

Defines the log level for a CoreCrypto

  • off

    Undocumented

    Declaration

    Swift

    case off = 1
  • Undocumented

    Declaration

    Swift

    case trace = 2
  • Undocumented

    Declaration

    Swift

    case debug = 3
  • Undocumented

    Declaration

    Swift

    case info = 4
  • Undocumented

    Declaration

    Swift

    case warn = 5
  • Undocumented

    Declaration

    Swift

    case error = 6