LogLevel
public enum LogLevel
                Error types returned by the TwilioVerify SDK. It encompasess different types of errors that have their own associated reasons and codes.
- Error: Log error events that might still allow the application to continue running.
 - Info: Log the progress of the application at coarse-grained level.
 - Networking: Log network requests.
 - Debug: Log fine-grained informational events that are most useful to debug the application.
 - All: Turn on all logging.
 
- 
                  
                  
Undocumented
Declaration
Swift
case error - 
                  
                  
Undocumented
Declaration
Swift
case info - 
                  
                  
Undocumented
Declaration
Swift
case networking - 
                  
                  
Undocumented
Declaration
Swift
case debug - 
                  
                  
Undocumented
Declaration
Swift
case all 
        LogLevel Enumeration Reference