Enumerations
The following enumerations are available globally.
-
Enum containing available distinct log levels within library.
See moreDeclaration
Swift
public enum LogLevel : Int, Equatable, CustomStringConvertible
-
Enum descibing logging styles.
See moreDeclaration
Swift
public enum Style
-
Enum containing distinct time span values used within library.
See moreDeclaration
Swift
public enum TimeSpan : UInt, CaseIterable