DexcareSDKLogLevel
@frozen
public enum DexcareSDKLogLevel : Int
The detail level of the logging
-
Log everything
Declaration
Swift
case verbose
-
helpful for developer debugging
Declaration
Swift
case debug
-
general messages of events
Declaration
Swift
case info
-
Something that is of concern
Declaration
Swift
case warning
-
Something has gone wrong
Declaration
Swift
case error