Set
extension Set where Element == SiestaLog.Category
-
A reasonable subset of log categories for normal debugging.
Declaration
Swift
public static let common: Set<SiestaLog.Category>
-
Everything except full request/response data.
Declaration
Swift
public static let detailed: Set<SiestaLog.Category>
-
The whole kit and caboodle!
Declaration
Swift
public static let all: Set<SiestaLog.Category>