TracingLevel

public enum TracingLevel : Equatable, Hashable
extension TracingLevel: Sendable
  • Declaration

    Swift

    case error
  • Declaration

    Swift

    case warn
  • Declaration

    Swift

    case info
  • Declaration

    Swift

    case debug
  • Declaration

    Swift

    case trace