LogTargetType

public enum LogTargetType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case `default` = "DEFAULT"
  • Undocumented

    Declaration

    Swift

    case thingGroup = "THING_GROUP"
  • Declaration

    Swift

    public var description: String { get }