-
None-level messages are ignored.
Declaration
Objective-C
DingiLoggingLevelNone = 0Swift
case none = 0 -
Info-level messages contain information that may be helpful for flow tracing but is not essential.
Declaration
Objective-C
DingiLoggingLevelInfoSwift
case info = 1 -
Debug-level messages contain information that may be helpful for troubleshooting specific problems.
Declaration
Objective-C
DingiLoggingLevelDebugSwift
case debug = 2 -
Error-level messages contain information that is intended to aid in process-level errors.
Declaration
Objective-C
DingiLoggingLevelErrorSwift
case error = 3 -
Fault-level messages contain system-level error information.
Declaration
Objective-C
DingiLoggingLevelFaultSwift
case fault = 4
DingiLoggingLevel Enumeration Reference