LogType
public enum LogType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "None"
-
Undocumented
Declaration
Swift
case tail = "Tail"
-
Declaration
Swift
public var description: String { get }