FieldLogLevel
public enum FieldLogLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "NONE"
-
Undocumented
Declaration
Swift
case error = "ERROR"
-
Undocumented
Declaration
Swift
case all = "ALL"
-
Declaration
Swift
public var description: String { get }