-
None-level messages are ignored.
Declaration
Objective-C
MGLLoggingLevelNone = 0
Swift
case none = 0
-
Info-level messages contain information that may be helpful for flow tracing but is not essential.
Declaration
Objective-C
MGLLoggingLevelInfo
Swift
case info = 1
-
Debug-level messages contain information that may be helpful for troubleshooting specific problems.
Declaration
Objective-C
MGLLoggingLevelDebug
Swift
case debug = 2
-
Error-level messages contain information that is intended to aid in process-level errors.
Declaration
Objective-C
MGLLoggingLevelError
Swift
case error = 3
-
Fault-level messages contain system-level error information.
Declaration
Objective-C
MGLLoggingLevelFault
Swift
case fault = 4