LogLevel
public enum LogLevel : Int32
The log verbosity level of the tdlib
.
-
Undocumented
Declaration
Swift
case fatalErrors = 0
-
Undocumented
Declaration
Swift
case errors
-
Undocumented
Declaration
Swift
case warnings
-
Undocumented
Declaration
Swift
case info
-
Undocumented
Declaration
Swift
case debug
-
Undocumented
Declaration
Swift
case verbose
-
Undocumented
Declaration
Swift
case all = 1024