OAuth2LogLevel
public enum OAuth2LogLevel: Int, CustomStringConvertible
Logging levels
-
If you want the logger to log everything.
Declaration
Swift
case trace = 0
-
Only log debug messages.
Declaration
Swift
case debug
-
Only warning messages.
Declaration
Swift
case warn
-
Don’t log anything.
Declaration
Swift
case off
-
Don’t log anything.
Declaration
Swift
public var description: String
-
Don’t log anything.
Declaration
Swift
static public func <(lh: OAuth2LogLevel, rh: OAuth2LogLevel) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
View on GitHub
Install in Dash
OAuth2LogLevel Enum Reference